View source: R/DeploymentMonitoringUtils.R
transformRFC3339Period | R Documentation |
The DataRobot Monitoring APIs return dates formatted as RFC 3339 strings. This is the same as ISO 8601. Specifically, 'T' is the date/time separator and 'Z' is used to denote UTC. Fractional seconds are returned. e.g. 2020-01-01T05:00:00.000000Z
transformRFC3339Period(periodContainer)
periodContainer |
an object containing the following:
|
Other API datetime functions:
RFC3339DateTimeFormat
,
formatRFC3339Timestamp()
,
parseRFC3339Timestamp()
,
validateReportingPeriodTime()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.