Hacker News new | ask | show | jobs
by kseistrup 3401 days ago
Hm…, now that I read TZSET(3): Wouldn't that be

    TZ=:Europe/London
It doesn't seem tzset() will accept the format

    TZ=Europe/London

?
1 comments

Yes, but " If the colon is omitted each of the above TZ formats will be tried." , so it'll be figured out even if the colon is missing.