Issue
On Windows the app obtains Timezone using tzutil which does not return an IANA timezone (which I believe the app expects) And then does not apply the correct timezone
Example:
> tzutil /g
E. Australia Standard Timezone
Expected value:
Workaround
Set timezone manually
Possible fix
Consider using a library like tzlocal to obtain the IANA timezone