return the number of hours offset to UTC for a timezone.

timezone_hour(timezone)

Arguments

timezone

to be converted

Value

hours offset of the timezone

Examples

# NOT RUN {
timezone_hour('America/New_York')
# }