On Thu Nov 10 23:08:38 2016, andreas.guldstrand@gmail.com wrote:
Show quoted text> Using date(1) in the tests will not work on for example Windows, even
> if they've got themselves a /usr/share/zoneinfo database.
>
> I'm unsure about a way to to run the same tests without it though.
> Perhaps skip them if the date program doesn't give reasonable output
> when you do "date --version"?
Yeah, I usually make an effort to code for the Win32 platform. This module has been an exception so far.
There is probably a WMI interface i could interogate to test timezone information on Win32.