Sys.timeDate {timeDate} | R Documentation |
Returns system time as an object of class 'timeDate'.
Sys.timeDate(FinCenter = "")
FinCenter |
a character with the the location of the financial center named as "continent/city". |
returns the system time as class "timeDate"
object.
## Sys.time -
# direct
Sys.timeDate()
# transformed from "POSIX(c)t"
timeDate(Sys.time())
# Local Time in Zurich
timeDate(Sys.time(), FinCenter = "Zurich")