Skip to content

Instantly share code, notes, and snippets.

@zenxds
Created July 29, 2015 07:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zenxds/5b805e5a89d8b8125407 to your computer and use it in GitHub Desktop.
Save zenxds/5b805e5a89d8b8125407 to your computer and use it in GitHub Desktop.
# django中 timezone.now()使用的还是utc的时间,而非TIME_ZONE设置的时区的时间
timezone.localtime(timezone.now())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment