[Bug 279458] mail/thunderbird Java console Date() incorrect

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 02 Jun 2024 00:25:57 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279458

            Bug ID: 279458
           Summary: mail/thunderbird Java console Date() incorrect
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: gecko@FreeBSD.org
          Reporter: denverh@comcast.net
             Flags: maintainer-feedback?(gecko@FreeBSD.org)
          Assignee: gecko@FreeBSD.org

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.

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