qinling/qinling/utils
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
..
openstack Fix session when user is not in default domain 2019-05-30 18:55:32 -04:00
__init__.py Initial API code structure 2017-04-14 15:24:02 +12:00
common.py Fix date format to be compliant with UTC 2019-06-17 15:02:42 -04:00
constants.py Function versioning API: create 2018-04-18 18:38:13 +12:00
etcd_util.py Support TLS connection to etcd 2018-08-23 10:35:53 +12:00
executions.py Support Image type function timeout 2018-10-23 14:48:18 +13:00
jobs.py Fix first_execution_time when used together with pattern 2018-08-28 16:33:58 +12:00
rest_utils.py Function Alias API: create and get 2018-06-27 00:56:48 +12:00
thread_local.py Add engine service and rpc layer 2017-04-17 23:58:36 +12:00