Date/Time Formatting
The VAS Developer API follows the ISO 8601 standard for date/time formatting, providing the calendar date using the year, month, and day, and the time in UTC Coordinated Universal Time, also known as Greenwich Mean Time (GMT) hours, minutes, and seconds using a 24-hour clock. A "T" is used to delimit the date and time:
YYYY-MM-DDThh:mm:ss
For instance, the date/time stamp for noon on October 16, 2019 in Tulare, CA (PDT, -7 hours UTC) is:
2019-10-16T19:00+00:00.