in reply to Re^3: Standard way to convert timezone in multithreaded script
in thread Standard way to convert timezone in multithreaded script
from .xs does the trick. But doingsetenv("TZ","Blah-Blah",1); tzset();
does not.$ENV{TZ}='blah-blah' POSIX::tzset()
|
|---|