Skip to content

Instantly share code, notes, and snippets.

@j-mcnally
Created April 29, 2014 20:16
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 j-mcnally/ff50e6503fac8822284d to your computer and use it in GitHub Desktop.
Save j-mcnally/ff50e6503fac8822284d to your computer and use it in GitHub Desktop.
Timezone demo
2.0.0 (main):0 > d = DateTime.now
=> Tue, 29 Apr 2014 15:16:04 -0500
2.0.0 (main):0 > d.in_time_zone("Berlin")
=> Tue, 29 Apr 2014 22:16:04 CEST +02:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment