Skip to content

Instantly share code, notes, and snippets.

@zycbobby
Created November 3, 2015 07:06
Show Gist options
  • Save zycbobby/ee29e704f5f6838a5830 to your computer and use it in GitHub Desktop.
Save zycbobby/ee29e704f5f6838a5830 to your computer and use it in GitHub Desktop.
func offset(tz string) int {
if seconds, ok := timeZone[tz]; ok {
return seconds
}
log.Println("unknown time zone:", tz)
return 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment