Skip to content

Instantly share code, notes, and snippets.

@navjeetc
Last active August 29, 2015 14:12
Show Gist options
  • Save navjeetc/b4753351e5fd8f229d43 to your computer and use it in GitHub Desktop.
Save navjeetc/b4753351e5fd8f229d43 to your computer and use it in GitHub Desktop.
Time in Pak
tz = ActiveSupport::TimeZone.new("Islamabad")
# Time to be converted to Pak time
started_at = Time.now + 5.hours
started_at.in_time_zone(tz)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment