summaryrefslogtreecommitdiffstats
path: root/src/common/iso_8601.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* common: Use unqualified encoding in ceph_time.hAdam C. Emerson2018-01-101-0/+1
| | | | | | | | | | | | Well, actually move encode/decode into encoding.h and include ceph_time.h from there. Also in any function that encodes a timepoint. Also clean up a few include file problems that come out of having ceph_time.h not include encoding.h Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
* common: Remove redundant includesJos Collin2017-05-221-1/+0
| | | | | | Fixes: http://tracker.ceph.com/issues/19883 (Partially) Signed-off-by: Jos Collin <jcollin@redhat.com>
* common: Add ISO-8601 Date SupportAdam C. Emerson2017-05-171-0/+44
For parsing and unparsing from ceph::real_time. Signed-off-by: Adam C. Emerson <aemerson@redhat.com>