formatRFC3339Timestamp: formatRFC3339Timestamp

View source: R/TimeUtils.R

formatRFC3339TimestampR Documentation

formatRFC3339Timestamp

Description

The DataRobot APIs expect dates formatted as RFC 3339 strings. This is the same as ISO 8601. To be safe, use UTC as the timezone (and format it with a 'Z' suffix), and use 'T' as the date/time separator.

Usage

formatRFC3339Timestamp(date)

Arguments

date

POSIXt or date. The date(s) to be formatted.

See Also

Other API datetime functions: RFC3339DateTimeFormat, parseRFC3339Timestamp(), transformRFC3339Period(), validateReportingPeriodTime()


datarobot documentation built on Nov. 3, 2023, 1:07 a.m.