Skip to main content
Home

Search form

Menu

Search form

  • SkyVault 2.0 overview
  • Video tutorials
  • Using SkyVault
  • Developing
    • Introduction
    • Architectural Overview
    • Overview of SkyVault APIs
    • Content modeling
    • Developing Extensions
    • Share extensions
    • Developing Client Applications
      • SkyVault 2.0 API
        • What's new in the SkyVault 2.0 API
        • How does an application do work on behalf of a user?
        • SkyVault CMIS API
        • SkyVault REST API
          • Getting started
            • What is an entity?
            • What does a request look like?
            • What does a response look like?
              • Date and time format
            • Using HTTP OPTIONS to get entity metadata
            • Items and packages
    • SkyVault SDK 2.1.1
  • Copyright
  • Disclaimer

You are here

SkyVault 2.0 » Developing » Developing Client Applications » SkyVault 2.0 API » SkyVault REST API » Getting started » What does a response look like?

Date and time format

Dates in the JSON response object are encoded as character strings using the extended format defined by ISO standard 8601:2004. They are always in UTC.

You can find the ISO standard 8601:2004 here. Here is an example of what to expect in a date/time string in a JSON response:

"createdAt" : "2012-07-20T21:46:09.659+0000"
Parent topic: What does a response look like?

© 2017 TBS-LLC. All Rights Reserved.    Follow @twitter