Ticket #103 (closed Bugs: fixed)

Opened 3 years ago

Last modified 3 years ago

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

comment:1 Changed 3 years ago by octo

  • Status changed from new to closed
  • Resolution set to fixed

Fixed in 1.0.2

Note: See TracTickets for help on using tickets.