#3890: mutt_mktime is ambiguous near DST change
---------------------+----------------------
Reporter: vinc17 | Owner: mutt-dev
Type: defect | Status: new
Priority: major | Milestone:
Component: mutt | Version: 1.7.1
Resolution: | Keywords:
---------------------+----------------------
Comment (by derekmartin):
Actually it seems this bug is invalid. The test program I just attached
has 4 test cases: DST, non-DST, crossing the start of DST, crossing the
end of DST. It produces correct results in all four cases.
To run the test program, copy it to the mutt source tree, compile mutt,
and then compile the test as:
gcc -o ttz date.o test_mutt_mktime.c
./ttz
It's got the 2016 United States DST start and end dates hard-coded, so if
you're in another country you may need to adjust those values.
--
Ticket URL: <https://dev.mutt.org/trac/ticket/3890#comment:6>
Mutt <http://www.mutt.org/>
The Mutt mail user agent