What format do timestamps have in the PRISMA API?

Modified on: Fri, 14 Oct, 2022 at 11:36 AM

Print

All timestamp values comply to ISO 8601 and are in Coordinated Universal Time (UTC). They will have the following format: YYYY-MM-DDThh:mm:ss.sssZ, which is interpreted as follows:

  • YYYY = year
  • MM = month
  • DD = day of month
  • hh = hour (00 through 23)
  • mm = minute
  • ss = second
  • s = one or more digits representing a decimal fraction of a second
  • T denotes the beginning of the time element  
  • Z denotes that the time stamp is given in UTC

Example: 1997-07-16T19:20:30.451Z


Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.