Skip to content

Instantly share code, notes, and snippets.

@JoMingyu
Last active April 12, 2018 06:41
Show Gist options
  • Save JoMingyu/e7e086336ba232061df381e314631539 to your computer and use it in GitHub Desktop.
Save JoMingyu/e7e086336ba232061df381e314631539 to your computer and use it in GitHub Desktop.
import time
print(time.gmtime(0))
# time.struct_time(tm_year=1970, tm_mon=1, tm_mday=1, tm_hour=0, tm_min=0, tm_sec=0, tm_wday=3, tm_yday=1, tm_isdst=0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment