[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: DATETIME-TZ function handling DST

  • Thread starter Thread starter tbergman
  • Start date Start date
Status
Not open for further replies.
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:DaylightName VIEW-AS ALERT-BOX. ELSE MESSAGE System.TimeZone:CurrentTimeZone:StandardName VIEW-AS ALERT-BOX.

Continue reading...
 
Status
Not open for further replies.
Back
Top