
Set a new timezone which will be used as a global variable governing the processing of timestamp data
Source:R/global_var.R
set_tz2.RdSet a new timezone which will be used as a global variable governing the processing of timestamp data
Usage
set_tz2(new_tz = Sys.timezone())Arguments
- new_tz
A valid time zone name (default is the time zone of your current physical location, retrived via
Sys.timezone()), used to determine DST rules. UseOlsonNames()to see all valid options.