in reply to Re^3: Standard way to convert timezone in multithreaded script
in thread Standard way to convert timezone in multithreaded script

Calling
setenv("TZ","Blah-Blah",1); tzset();
from .xs does the trick. But doing
$ENV{TZ}='blah-blah' POSIX::tzset()
does not.