GetTimeStamp {hivPlatform} | R Documentation |
Get time stamp of the form "YYYYmmddHHMMSS" in a given time zone. By default the current time zone is used.
GetTimeStamp(timeZone = Sys.timezone())
timeZone |
Time zone to use when getting current time. Optional.
Default = |
Timestamp string.
GetTimeStamp() GetTimeStamp(timeZone = "GMT")