Skip to content

Instantly share code, notes, and snippets.

@philippeback
Created April 30, 2015 11: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 philippeback/3d865931d36e1d2d7c37 to your computer and use it in GitHub Desktop.
Save philippeback/3d865931d36e1d2d7c37 to your computer and use it in GitHub Desktop.
TimeZone in Pharo
localTimeZoneToRestore := DateAndTime localTimeZone.
DateAndTime localTimeZone: (TimeZone abbreviated: 'UTC').
time := DateAndTime midnight.
DateAndTime localTimeZone: TimeZone default.
time
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment