python-mistralclient/mistralclient
Brad P. Crochet d1508e0991 Add --utc flag to cron trigger create
The server should not be doing any translation of times. It should be
assumed that what is sent to the server is being sent as UTC. The
addition of the --utc flags facilitates this. If the --utc flag is
specified, then the --first-time passed is assumed to be already
UTC and will not undergo a conversion. If it is not passed, the
--first-time arg will be converted based on the the localtime of the
client, then sent as UTC.

Change-Id: I424d042d1cbdadae3aa14cd408d9f27d14823aef
Depends-On: Ifbd63d9e1f56085928bede22ce4f2954e1b38991
Closes-Bug: #1654218
2017-03-06 08:17:28 -05:00
..
api Pass target insecure flag to msitral service 2017-01-16 10:00:47 +01:00
auth Add user and project domain name parameters for target cloud 2017-01-12 18:35:48 +07:00
commands Add --utc flag to cron trigger create 2017-03-06 08:17:28 -05:00
osc Add plug-in summary for osc doc 2016-10-14 14:02:17 +09:00
tests Add --utc flag to cron trigger create 2017-03-06 08:17:28 -05:00
__init__.py Correct the name that the client is installed as 2014-06-12 21:57:42 +10:00
exceptions.py Remove unneeded definitions of Python Source Code Encoding 2014-07-31 15:26:15 +02:00
i18n.py Initial commit for mistral-i18n support 2017-01-06 19:08:07 +05:30
shell.py Add project_id and project_name options 2017-02-03 17:13:50 +08:00
utils.py Move json.loads() method to utils.py, and use "with" to deal with file objects 2016-11-30 12:04:31 +08:00