How to configure nova API to return timestamps as localtime instead of UTC in Red Hat OpenStack Platform
Issue
How to configure nova API to return timestamps as localtime instead of UTC in Red Hat OpenStack Platform
One can receive a detailed list of virtual instances with the List Servers Detailed API
E.g. response
, created
and updated
are returned as UTC as follows.
"Created": "2013-09-03T04: 01: 32Z",
"Updated": "2013-09-03T04: 01: 32Z",
Is it possible to return response at localtime via a configuration change such as in nova.conf
?
Environment
Red Hat OpenStack Platform 8.0
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.