Merge "Correct timestamp format in token responses"

This commit is contained in:
Jenkins 2017-01-05 03:50:22 +00:00 committed by Gerrit Code Review
commit b024931681
3 changed files with 12 additions and 30 deletions

View File

@ -291,12 +291,9 @@ token_expires:
::
CCYY-MM-DDThh:mm:ss±hhmm
CCYY-MM-DDThh:mm:ss.sssZ
For example, ``2015-08-27T09:49:58-0500``.
The ``±hhmm`` value, if included, is the time zone as an offset
from UTC. In the previous example, the offset value is ``-0500``.
For example, ``2015-08-27T09:49:58.000000Z``.
A ``null`` value indicates that the token never expires.
in: body
@ -317,12 +314,9 @@ token_issued_at:
::
CCYY-MM-DDThh:mm:ss±hhmm
CCYY-MM-DDThh:mm:ss.sssZ
For example, ``2015-08-27T09:49:58-0500``.
The ``±hhmm`` value, if included, is the time zone as an offset
from UTC. In the previous example, the offset value is ``-0500``.
For example, ``2015-08-27T09:49:58.000000Z``.
in: body
required: true
type: string

View File

@ -70,12 +70,9 @@ expires:
::
CCYY-MM-DDThh:mm:ss±hhmm
CCYY-MM-DDThh:mm:ss.sssZ
For example, ``2015-08-27T09:49:58-0500``.
The ``±hhmm`` value, if included, is the time zone as an offset
from UTC. In the previous example, the offset value is ``-0500``.
For example, ``2015-08-27T09:49:58.000000Z``.
A ``null`` value indicates that the token never expires.
in: body
@ -103,12 +100,9 @@ issued_at:
::
CCYY-MM-DDThh:mm:ss±hhmm
CCYY-MM-DDThh:mm:ss.sssZ
For example, ``2015-08-27T09:49:58-0500``.
The ``±hhmm`` value, if included, is the time zone as an offset
from UTC. In the previous example, the offset value is ``-0500``.
For example, ``2015-08-27T09:49:58.000000Z``.
in: body
required: true
type: string

View File

@ -921,12 +921,9 @@ expires_at:
::
CCYY-MM-DDThh:mm:ss±hhmm
CCYY-MM-DDThh:mm:ss.sssZ
For example, ``2015-08-27T09:49:58-0500``.
The ``±hhmm`` value, if included, is the time zone as an offset
from UTC. In the previous example, the offset value is ``-0500``.
For example, ``2015-08-27T09:49:58.000000Z``.
A ``null`` value indicates that the token never expires.
in: body
@ -1094,12 +1091,9 @@ issued_at:
::
CCYY-MM-DDThh:mm:ss±hhmm
CCYY-MM-DDThh:mm:ss.sssZ
For example, ``2015-08-27T09:49:58-0500``.
The ``±hhmm`` value, if included, is the time zone as an offset
from UTC. In the previous example, the offset value is ``-0500``.
For example, ``2015-08-27T09:49:58.000000Z``.
in: body
required: true
type: string