Date and Time Format

Applies to QAComplete 14.3, last modified on February 19, 2024

QAComplete SOAP API operations use the server’s date and time. QAComplete SaaS (hosted on qacomplete.smartbear.com) uses the Mountain Time Zone (GMT-7).

If you need to convert between the local and server time, you can get the server’s UTC offset using the ServerProperties_GetServerProperties operation.

In raw SOAP XML messages, timestamps are in the format: YYYY-MM-DD, followed by the letter T, then the 24-hour time HH:MM:SS[.sss]. For example:

<DateUpdated>2014-07-26T15:54:21</DateUpdated>

<DateUpdated>2014-07-26T15:54:21.093</DateUpdated>

An unassigned date is represented as January 1, 0001, 12 AM. In raw SOAP XML, it is:

0001-01-01T00:00:00

See Also

SOAP API Introduction

Highlight search results