Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This document describes how dates must be formatted to conform to a UTC date.that will be accepted by the PayCore API.


Excerpt

UTC Date Time String Format

The supported date-time formats are based upon a simplification of the ISO 8601 Extended Format. The format is as follows: YYYY-MM-DDTHH:mm:ssZ


Info

The API also supports these formats,

  • YYYY-MM-DD HH:mm:ssZ      
  • YYYY-MM-DD HH:mmZ
  • YYYY-MM-DDTHH:mmZ
  • YYYY-MM-DD HH:mm:ss.sssZ 
  • YYYY-MM-DDTHH:mm:ss.sssZ 


Where the fields are as follows:

YYYYis the decimal digits of the year in the Gregorian calendar.
--” (hyphen) appears literally twice in the stringis the date-separator between year, month and day.
MMis the month of the year from 01 (January) to 12 (December).
DDis the day of the month from 01 to 31.
TT” appears literally in the string, to indicate Indicates the beginning of the time element.
HHis the number of complete hours that have passed since midnight as two decimal digits.
::” (colon) appears as a time-separator in the string between is the time-separator between hours, minutes and seconds.
mmis the number of complete minutes since the start of the hour as two decimal digits.
ssis the number of complete seconds since the start of the minute as two decimal digits.
..” (dot) appears literally once in the string is the separator before milliseconds.
sssis the number of complete milliseconds since the start of the second as three decimal digits.
Zis the time zone offset specified as “Z” (for UTC) or either “+” or “-” followed by a time expression hh:mm






Filter by label (Content by label)
showLabelsfalse
max5
spacesDD
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "kb-how-to-article" and type = "page" and space = "DD"
labelskb-how-to-article

Page Properties
hiddentrue


Related issues