T
tbergman
Guest
If you're using Windows, the following .Net Progress code might give you some ideas. IF System.TimeZone:CurrentTimeZone:IsDaylightSavingTime(System.DateTime:Now) THEN MESSAGE System.TimeZone:CurrentTimeZone
aylightName VIEW-AS ALERT-BOX. ELSE MESSAGE System.TimeZone:CurrentTimeZone:StandardName VIEW-AS ALERT-BOX.
Continue reading...

Continue reading...