in reply to ENV{TZ} and localtime? (inconsistent time in child script)
I started looking into this, but I hit the limit of my currently available resources. I hope to look further into this tonight. Here's what I found out so far:
POSIX::tzset is a thin wrapper for the C library function with the same name. The entirety of the XS code is:
void tzset()
Windows and Visual Studio support tzset.
Changes to %ENV are reflected in the process's actual environment. I used Win32::ExpandEnvironmentStrings (which is mapped to a system call that knows nothing of %ENV) to verify this.
I hope to test the example code in MSDN's tzset documentation using VS6, what ActivePerl uses.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: ENV{TZ} and localtime? (inconsistent time in child script)
by blahblahblah (Priest) on Sep 07, 2007 at 00:30 UTC |