Sys.time {base} | R Documentation |
Sys.time
returns the system's idea of the current time and
Sys.timezone
returns the current time zone.
Sys.time()
Sys.timezone()
Sys.time
returns an object of class "POSIXct"
(see
DateTimeClasses).
Sys.timezone
returns an OS-specific character string, possibly
an empty string.
date
for the system time in a fixed-format character
string.
Sys.time()
## locale-specific version of date()
format(Sys.time(), "%a %b %d %X %Y")
Sys.timezone()