Skip to content

Instantly share code, notes, and snippets.

@extrasleepy
Last active September 7, 2023 22:42
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 extrasleepy/ccccde8a31844a7c96735d28fd213b20 to your computer and use it in GitHub Desktop.
Save extrasleepy/ccccde8a31844a7c96735d28fd213b20 to your computer and use it in GitHub Desktop.
hint.py
import datetime
import pytz
def currentTime(timezone):
try:
#what goes here?
return #what goes here?
except:
return #what goes here?
print(currentTime('US/Central'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment