maintainer-feedback requested: [Bug 279458] mail/thunderbird Java console Date() incorrect
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 279458] mail/thunderbird Java console Date() incorrect"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 02 Jun 2024 00:25:57 UTC
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-gecko (Nobody) <gecko@FreeBSD.org> for maintainer-feedback: Bug 279458: mail/thunderbird Java console Date() incorrect https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279458 --- Description --- I noticed that the Received date and time for emails was off by two hours. My system timezone is correct (CST6CDT), but Date() in thunderbird's java console reports: Date() "Sat Jun 01 2024 17:21:42 GMT-0700 (Central Standard Time)" Which is completely wrong. Central Standard Time is UTC-6, not -7, and we're currently on DST, so it should be UTC-5. As a result, all the received times reported are off by two hours.