qinling/qinling
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
..
api Use oslo_middleware to support CORS configuration 2019-06-01 07:10:27 -04:00
cmd Add framework for qinling-status upgrade check 2018-10-24 17:34:20 +05:30
db Fix date format to be compliant with UTC 2019-06-17 15:02:42 -04:00
engine Support Image type function timeout 2018-10-23 14:48:18 +13:00
orchestrator Remove the network policy creation in k8s orchestrator 2019-05-27 13:27:40 +12:00
services periodics: fix service of function version 0 not expiring issue 2018-07-13 15:10:12 +08:00
storage Fix package function update with same md5 2018-08-29 02:04:27 +12:00
tests Fix date format to be compliant with UTC 2019-06-17 15:02:42 -04:00
utils 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
config.py Use oslo_middleware to support CORS configuration 2019-06-01 07:10:27 -04:00
context.py Fix link for keystonemiddleware page 2018-02-27 11:11:01 +08:00
exceptions.py Support Image type function timeout 2018-10-23 14:48:18 +13:00
rpc.py Support to get pool information for the runtime 2018-07-14 12:49:11 +12:00
status.py Fix logs query for executions 2017-08-29 23:54:30 +12:00
version.py Initial API code structure 2017-04-14 15:24:02 +12:00