Project

General

Profile

Bug #48068

Updated by Volker Theile over 3 years ago

The property 'last_refresh', 'created', 'started', 'last_configured' or 'last_deployed' does not contain any timezone information. This is problematic because the Dashboard can not display the correct time when no time zone information is set. It would help to simply add 'Z' to the ISO 8601 strings if information, instead it is in UTC. All dates in Ceph should use timezone information, see https://github.com/ceph/ceph/pull/27799. 

 See: 
 * https://github.com/ceph/ceph/blob/master/src/pybind/mgr/orchestrator/_interface.py#L1333 
 * https://github.com/ceph/ceph/pull/37757#issuecomment-720238900 

Back