GetTimeStamp {hivPlatform}R Documentation

GetTimeStamp

Description

Get time stamp of the form "YYYYmmddHHMMSS" in a given time zone. By default the current time zone is used.

Usage

GetTimeStamp(timeZone = Sys.timezone())

Arguments

timeZone

Time zone to use when getting current time. Optional. Default = Sys.timezone().

Value

Timestamp string.

Examples

GetTimeStamp()
GetTimeStamp(timeZone = "GMT")


[Package hivPlatform version 2.0.5 Index]