On Tue, 28 Feb 2012 12:17:46 -0600, Paul Gilmartin <[email protected]> wrote:
>Set time zone with tzset(). > >Call localtime() then strftime(). > I am not sure this will work correctly. The gmtime(), localtime() and mktime() always use the daylight savings situation of the current date, not of the date input to these functions. Which is an error, IMHO. Cheers, Jantje. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN

