Update mktime to return local time result, not utc (#258)
Per the docs, mktime expects a time struct in local time, not UTC: https://docs.python.org/2/library/time.html#time.mktime This mismatch was causing TestDate.test_fromtimestamp in test_datetime.py to fail on some systems.
Showing
Please register or sign in to comment