From Domino Server on calendar service I get StartTimeZone field with info Z=7$DO=1$DL=3 2 1 11 1 1$ZX=42$ZN=Mountain". Window has timezone
(GMT -07:00) Mountain Time(US & Canada).
If I get timezone rule with .NET code i get
4 1 1 10 5 1 and not 3 2 1 11 1 1 as i get from domino.
Could anyone explain this??
Subject: Answer
From the C&S Schema doc:
StartTimeZone
Text
The Notes timezone string for the StartDateTime.
Time zone strings are in the following format:
Fixed Time Zone:
Z=<zone offset + values east of GMT>$DO=0$ZX=0$ZN=
Zone with daylight saving:
Z=<zone offset + values east of GMT>$DO=1;$DL= > $ZX=0$ZN=
Bruce
IBM