Skip to content

Instantly share code, notes, and snippets.

@hngkr
Created July 12, 2019 21:24
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 hngkr/02d221d2914d0cde30ec42e78cf63c1e to your computer and use it in GitHub Desktop.
Save hngkr/02d221d2914d0cde30ec42e78cf63c1e to your computer and use it in GitHub Desktop.
specific_locale example
with specific_locale(locale.LC_ALL, "en_US"):
pass # makes sure that dateformats are English
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment