qinling/qinling/tests
Gaëtan Trellu 9a4a8ef978 Fix date format to be compliant with UTC
Currently the created_at and updated_at format is not
compliant with UTC.

  "created_at": "2019-06-11 00:16:54",
  "updated_at": "2019-06-11 00:17:33",

Should be:

  "created_at": "2019-06-11T00:16:54Z",
  "updated_at": "2019-06-11T00:17:33Z",

Change-Id: I000c67a542b52602927fd802d2e347847f8dcc12
Story: 2005854
Task: 33647
2019-06-17 15:02:42 -04:00
..
unit Fix date format to be compliant with UTC 2019-06-17 15:02:42 -04:00
__init__.py Initial API code structure 2017-04-14 15:24:02 +12:00