]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
Merge PR #27799 into master
authorSage Weil <sage@redhat.com>
Wed, 29 May 2019 20:27:52 +0000 (15:27 -0500)
committerSage Weil <sage@redhat.com>
Wed, 29 May 2019 20:27:52 +0000 (15:27 -0500)
commit5686d1ccd50e62b83b88ca243c0c02f044d3b7d3
tree9ffb43323c78dc6778e8124bf200999351682dad
parent5111f6df16b106e4e7105e88b88c6eeceb770c4f
parent1d1c4782eea1fac0e9230ed5ac32b19517fdd616
Merge PR #27799 into master

* refs/pull/27799/head:
common/utime: don't pass %z to utime if there is a 'Z'
test: test json encode/decode of utime_t
mgr/ssh: parse new datetime
mgr/devicehealth: parse new datetime
mgr/crash: parse both old and new timestamp formats
mgr/telemetry: use cluster-provided timestamp unmolested
mon/MonMap: dump timestamps in UTC
qa/tasks/ceph: tolerate 'T' or ' ' as date and time separator
PendingReleaseNotes: note about change to ISO 8601 throughout
test/cli: update regexs for timestamps
log/LogClock: render timestamp in ISO 8601 format
common/ceph_time: stringify in ISO 8601 format
unittest_utime: add tests
common/utime: make parse() handle (our) ISO 8601 output
include/utime: make default string rendering ISO 8601 conformant
include/utime: remove unused s[n]printf methods
include/utime: make gmtime() output conformant ISO 8601

Reviewed-by: Kanika Murarka <kmurarka@redhat.com>
Reviewed-by: Adam C. Emerson <aemerson@redhat.com>