SyntaxFix
Write A Post
Hire A Developer
Questions
This works in Python 2 and 3:
>>> import time >>> import calendar >>> calendar.timegm(time.gmtime()) 1504917998
Just following the official docs... https://docs.python.org/2/library/time.html#module-time