powered by
timeZoneC
Constructs a timeZoneC object.
timeZoneC(name)
returns a timeZoneC object with the given name, or the default zone name if none is given.
the official name of a built-in time zone object. Should not be a vector of names. The default is "utc".
"utc"
The timeZoneC class holds a reference to one of the built-in C time zone objects. See the documentation on the timeZoneC class for more information.
timeZoneList, timeZoneR, timeZone class.
timeZoneList
timeZoneR
timeZone
timeZoneC() timeZoneC("us/pacific")
Run the code above in your browser using DataLab