Opened 15 years ago
Last modified 13 years ago
#90 new defect
innreport mishandles leap years and daylight savings time
Reported by: | eagle | Owned by: | eagle |
---|---|---|---|
Priority: | medium | Milestone: | |
Component: | utilities | Version: | |
Severity: | normal | Keywords: | |
Cc: |
Description
Alexander Bartolich reports that innreport mishandles leap years and daylight savings time. In an inn-workers posting he includes a modified version of its time parsing code that performs faster and more correctly (although still may not handle daylight savings time) and benchmarking of it, the current version, and the native Perl function (which is extremely slow due to constantly rechecking /etc/localtime).
Change History (3)
comment:1 Changed 15 years ago by
Component: | general → utilities |
---|
comment:2 Changed 15 years ago by
comment:3 Changed 13 years ago by
Summary: | innreport mishandles leap years → innreport mishandles leap years and daylight savings time |
---|
Note: See
TracTickets for help on using
tickets.
By the way, is
right for bissextile years in innreport?