ps_utc_offset: UTC Offset

View source: R/utc-offset.R

ps_utc_offsetR Documentation

UTC Offset

Description

Calculates the offsets in hours between the time zones of a POSIXct object and the coordinated Universal Time time zone.

Usage

ps_utc_offset(x)

Arguments

x

A POSIXct object.

Value

The offsets as a numeric vector.

Examples

times <- c("2001-06-01 00:00:00", "2001-01-01 00:00:00")
times <- as.POSIXct(times, tz = "PST8PDT")
times
ps_utc_offset(times)

poissonconsulting/poisix documentation built on May 28, 2022, 10:42 p.m.