qinling/qinling/db
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
..
sqlalchemy Fix date format to be compliant with UTC 2019-06-17 15:02:42 -04:00
__init__.py Add engine service and rpc layer 2017-04-17 23:58:36 +12:00
api.py Function Alias API: delete and update 2018-07-04 03:48:14 +00:00
base.py Introduce etcd to qinling 2017-12-18 16:14:51 +13:00