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

Status
Not open for further replies.
R

Robin Brown

Guest
When the DATETIME-TZ function is not supplied a timezone, we calculate the timezone using the c-runtime localtime function: struct tm *localtime(const time_t *timer) The tm structure has a member named tm_isdst, indicating whether the date/time value is in daylight savings time. The OS provides this information.

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