qinling/qinling/db/sqlalchemy
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
..
migration Support to specify workload type for runtime 2018-07-26 15:20:34 +12: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
filters.py Add expiry handler for function service 2017-05-22 23:40:17 +12:00
model_base.py Fix date format to be compliant with UTC 2019-06-17 15:02:42 -04:00
models.py Merge "Delete check of function alias" 2018-08-07 02:41:11 +00:00
types.py Add engine service and rpc layer 2017-04-17 23:58:36 +12:00