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"

Leave a Reply

Your email address will not be published. Required fields are marked *

Fill out this field
Fill out this field
Please enter a valid email address.
You need to agree with the terms to proceed

Menu
Top