Returns the system time as an object of class "timeDate".
Sys.timeDate(FinCenter ="")
Arguments
FinCenter: a character string with the location of the financial center named as "continent/city".
Returns
a "timeDate" object
Examples
## Not run:## directSys.timeDate()## Local Time in ZurichSys.timeDate(FinCenter ="Zurich")## transformed from "POSIX(c)t" with timeDate()timeDate(Sys.time())## Local Time in ZurichtimeDate(Sys.time(), FinCenter ="Zurich")## End(Not run)