[Bug 237248] mail/thunderbird: TOC time off by 2 hours when DST is in effect

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Sep 17 13:11:17 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237248

--- Comment #7 from Alex Dupre <ale at FreeBSD.org> ---
My fix/workaround was to add `:timezone=Europe/Rome:` to my .login_conf file in
order to set the TZ variable.

This change had a positive impact also on Chrome.

Before:

> (new Date()).getTimezoneOffset()
< 0
> Intl.DateTimeFormat().resolvedOptions().timezone
< CEST

After:

> (new Date()).getTimezoneOffset()
< -120
> Intl.DateTimeFormat().resolvedOptions().timezone
< "Europe/Rome"

I'm aware of other people that haven't the TZ variable and neither this issue
(with same /etc/localtime as me), so there must be something else that
interfere.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-gecko mailing list