GetTimeStamp: GetTimeStamp

View source: R/GetTimeStamp.R

GetTimeStampR 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")


nextpagesoft/hivEstimatesAccuracy documentation built on Sept. 17, 2024, 5 a.m.