Ticket #103 (closed Bugs: fixed)
Generated Date/Time strings have incorrect time zone for DST
| Reported by: | octo | Owned by: | octo |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.0.x |
| Component: | LogicMail | Version: | 1.0.1 |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: |
Description
Generated Date/Time strings (such as those in headers from sent messages) don't always contain the correct time zone. More specifically, if it is currently daylight-savings-time (DST) in the current time zone, the time zone in the string does not reflect that.
This problem exists because LogicMail was using TimeZone.getRawOffset() instead of the far more complicated TimeZone.getOffset() method for calculating the current time zone offset.
Change History
Note: See
TracTickets for help on using
tickets.

Fixed in 1.0.2