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, instead it is 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/blob/master/src/pybind/mgr/cephadm/serve.py#L215 
 * https://github.com/ceph/ceph/pull/37757#issuecomment-720238900 

Back