Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Sep 2019 13:11:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   [Bug 237248] mail/thunderbird: TOC time off by 2 hours when DST is in effect
Message-ID:  <bug-237248-21738-6rIpFMfMu6@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-237248-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-237248-21738@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237248

--- Comment #7 from Alex Dupre <ale@FreeBSD.org> ---
My fix/workaround was to add `:timezone=3DEurope/Rome:` to my .login_conf f=
ile 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 iss=
ue
(with same /etc/localtime as me), so there must be something else that
interfere.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-237248-21738-6rIpFMfMu6>