Skip to content

Instantly share code, notes, and snippets.

@gr33n7007h
Last active January 30, 2017 08:18
Show Gist options
  • Save gr33n7007h/09f269d45265c15341f981be24d265ac to your computer and use it in GitHub Desktop.
Save gr33n7007h/09f269d45265c15341f981be24d265ac to your computer and use it in GitHub Desktop.
foo
def self.gmt(tstr, tz)
time = Time.parse(tstr)
tz.utc_to_local(time).strftime("%I:%M %p")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment