Skip to content

Instantly share code, notes, and snippets.

@wbotelhos
Created May 18, 2017 04:56
Show Gist options
  • Save wbotelhos/ad3d1ca17a87ae713752a77a47078ffc to your computer and use it in GitHub Desktop.
Save wbotelhos/ad3d1ca17a87ae713752a77a47078ffc to your computer and use it in GitHub Desktop.
Timezone Offset in hours
def offset_in_hours(time_zone)
TZInfo::Timezone.get(time_zone).current_period.offset.utc_total_offset.to_f / 3600.0
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment