< Back

Document Subject: Localtime versus zonetime and daylight savings
Hint Short Cut: Add this to your code & documentation to help you find this page.
http://#Zonetime or http://A555F9/nn.nsf/ByAlias/Zonetime


When using times in emails never use lslocaltime or localtime as you will be caught out when daylight savings come in.

This is usually clocks go forward for last sunday in march (UK) or the first sunday in april (USA) .

and clocks go back last sunday in October for both.

Always use zonetime to display a time on a web page or in an email. This representation will include the DST adjustments.