_tzset()
Brought to you by:
hiram
looked at this in win2000. microsoft help has a page for
_tzset() that shows _putenv(EST5EDT) and later has a
_tzset() to actually put the TZ variable into the
environment variable. tested it, looks like _tzset is
needed.
timezone will still be temporary with this change.
add _tzset() at line 94 in jday.c after
(void) putenv("TZ=GMT");
thanks,
dscience308
Logged In: YES
user_id=35671
Actually, what it appears I should do, is use the proper
function of gmtime instead of the kludge of putenv() and
localtime.