in reply to %ENV{TZ} does not always affect CORE::localtime() under multi-threaded perl
works fine for me.perl -e '$ENV{TZ} = "DST";print scalar localtime(), "\n";'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: %ENV{TZ} does not always affect CORE::localtime() under multi-threaded perl
by dda (Friar) on Apr 16, 2003 at 20:31 UTC | |
by Anonymous Monk on Apr 16, 2003 at 20:51 UTC | |
by The Mad Hatter (Priest) on Apr 16, 2003 at 21:00 UTC |