How to Apply the Sys.timezone() Function in R (Example Code)
In this R tutorial you’ll learn how to get the current time zone using the Sys.timezone() function.
Example: How to Return the Current Time Zone Using Sys.timezone() Function
Sys.timezone() # Get name of time zone # [1] "Etc/UTC" |
Sys.timezone() # Get name of time zone # [1] "Etc/UTC"