timeDate (version 3043.102)

Sys.timeDate: System Time as 'timeDate' Object

Description

Returns system time as an object of class 'timeDate'.

Usage

Sys.timeDate(FinCenter = "")

Value

returns the system time as class "timeDate" object.

Arguments

FinCenter

a character with the the location of the financial center named as "continent/city".

Examples

Run this code
## Sys.time -

   # direct
   Sys.timeDate()  
   
   # transformed from "POSIX(c)t"         
   timeDate(Sys.time()) 
 
   # Local Time in Zurich
   timeDate(Sys.time(), FinCenter = "Zurich")  

Run the code above in your browser using DataLab