This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kliano
Recipients kliano
Date 2017-09-30.00:19:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506730775.34.0.213398074469.issue31646@psf.upfronthosting.co.za>
In-reply-to
Content
import time
fmt = '%d-%b-%y %H:%M:%S'
print(time.mktime(time.strptime('09-Mar-14 02:00:00',fmt)))

1394348400.0 in Windows 7, Python 2.7 and 3.6
1394352000.0 in LinuxMint LMDE 2, Python 3.6
History
Date User Action Args
2017-09-30 00:19:35klianosetrecipients: + kliano
2017-09-30 00:19:35klianosetmessageid: <1506730775.34.0.213398074469.issue31646@psf.upfronthosting.co.za>
2017-09-30 00:19:35klianolinkissue31646 messages
2017-09-30 00:19:34klianocreate