You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- units now accurately reflect the tm_isdst return value
- partial fix to library so correct tm_isdst is returned on non-switchover days
- tm_isdst will continue to be wrong on dst switchover days until issue #1 is fixed
System mktime sets tm_isdst to 0 or 1 if you pass in -1. We forget to do that.
A point test is needed here.
The text was updated successfully, but these errors were encountered: