AbsoluteTimeFormatter and RelativeTimeFormatter doesn't respect daylight saving time
Closed this issue · 2 comments
GoogleCodeExporter commented
AbsoluteTimeFormatter and RelativeTimeFormatter doesn't respect daylight saving
time. This is because they use 'getRawOffset()' instead of 'getOffset()'. Will
provide a fix in a few minutes...
Original issue reported on code.google.com by christia...@gmail.com
on 1 Sep 2013 at 5:16
GoogleCodeExporter commented
Sent pull request: https://github.com/uudashr/jsmpp/pull/22
Original comment by christia...@gmail.com
on 1 Sep 2013 at 7:06
GoogleCodeExporter commented
Original comment by uuda...@gmail.com
on 3 Sep 2013 at 1:01
- Changed state: Fixed