Table of Contents

Search

  1. Preface
  2. RulePoint Interfaces
  3. RulePoint Services
  4. Custom Service API
  5. Java Adapter for REST API
  6. RulePoint REST API
  7. Sample XML and JSON Requests and Responses
  8. RulePoint Pluggable Authentication Module
  9. HTTP Request and Response Attributes

Developer Guide

Developer Guide

Date and Time Values

Date and Time Values

With the REST API, RulePoint uses the UTC date format to pass all date and time values.
Use the following UTC date format for all date and time values that you pass in requests. The same format is used for all date and time values returned from RulePoint.
<yyyy>-<MM>-<dd>T<HH>:<mm>:<ss>.<SSS>Z
Date Part
Description
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:OO PM UTC on August 07, 2013:
2013-08-07T15:00:000Z

0 COMMENTS

We’d like to hear from you!