Table of Contents

Search

  1. Preface
  2. Informatica Intelligent Cloud Services REST API
  3. Platform REST API version 2 resources
  4. Platform REST API version 3 resources
  5. Data Integration REST API
  6. Mass Ingestion Files REST API
  7. Mass Ingestion Streaming REST API
  8. Model Serve REST API
  9. RunAJob utility
  10. ParamSetCli utility
  11. REST API codes
  12. REST API resource quick references

REST API Reference

REST API Reference

Date/time values

Date/time values

With the REST API,
Informatica Intelligent Cloud Services
uses the UTC date format to pass all date/time values.
Use the following UTC date format for all date/time values that you pass in requests. The same format is used for all date/time values returned from
Informatica Intelligent Cloud Services
.
<yyyy>-<MM>-<dd>T<HH>:<mm>:<ss>.<SSS>Z
The following list describes the attributes of the UTC date format:
yyyy
Year expressed in four digits.
MM
Month expressed in two digits.
dd
Date of the month expressed in two digits.
T
Indicates the time portion of the format.
HH
Hour in the 24-hour format. For example, 0 for 12:00:00 a.m. and 23 for 11:00:00 p.m.
mm
Minutes expressed in two digits.
ss
Seconds expressed in two digits.
SSS
Microseconds expressed in three digits.
Z
UTC time indicator.
For example, the following date string represents 3:00 pm on December 14, 2012:
2012-12-14T15:00:00.000Z

0 COMMENTS

We’d like to hear from you!