https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237248
--- Comment #7 from Alex Dupre <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
