ResponseDateFormat

The response format to use for dates in the action response. You can use one of the following values:

  • AUTNDATE. The IDOL date format (1 to a maximum of 10 digits). This format covers the epoch range (1 January 1970 to 19 January 2038) to a resolution of one second, and dates between 30 October 1093 BC and 26 October 3058 to a resolution of one minute.

  • #ISODATETIME. An ISO-8601 date in the format YYYY-MM-DDTHH:NN:SSZ.
  • a string that contains one or more of the date formats in the following table.

    YY Year (two digits).
    YYYY Year (four digits).
    LONGMONTH A long month, for example, January, February, and so on.
    SHORTMONTH A short month, for example, Jan, Feb, and so on.
    MM Month (two digits).
    DAY A day of the week.
    DD Day (two digits).
    HH Hour (two digits).
    NN Minute (two digits).
    SS Second (two digits).
    ZZZ Time zone, for example, GMT, EST, PST, and so on.
    #PM An AM or PM indicator (two characters).
Actions: AddSchedule
EditSchedule
GetSchedules
PauseSchedule
ResumeSchedule
Type: String
Default: None
Required: No
Example: ResponseDateFormat=#ISODATETIME
See Also: ScheduleInterval