-
Notifications
You must be signed in to change notification settings - Fork 34
Data Types
Mark Feit edited this page Aug 4, 2016
·
2 revisions
This page describes some of the types of data used by pScheduler.
Duration - A time period as a subset of ISO 8601 format. pScheduler does not recognize increments greater than weeks because their exact lengths vary with the point in the calendar where they are applied. (For example, P3D
for three days; P3D5H
for three days, five hours; PT2M
for two minutes and PT1W12M9S
for one week, 12 minutes, nine seconds.)
Timestamp - A time stamp in ISO 8601 format. Note that any time specified without a time zone will be interpreted according to that of the system interpreting it. (For example, 2016-08-19T12:34:56Z
, 2015-11-16T19:44:03-04:00
or 2016-02-24T07:30:59
.)