-
A converter object where FromCBORObject accepts CBOR objects with tag 0
(date/time strings) and tag 1 (number of seconds since the start of 1970),
and ToCBORObject converts date/time objects (java.util.Date in DotNet, and Date in
Java) to CBOR objects of tag 1.
A converter object where FromCBORObject accepts CBOR objects with tag 0
(date/time strings) and tag 1 (number of seconds since the start of 1970),
and ToCBORObject converts date/time objects (java.util.Date in DotNet, and Date in
Java) to CBOR objects of tag 0.
A converter object where FromCBORObject accepts untagged CBOR integer or
CBOR floating-point objects that give the number of seconds since the start
of 1970, and where ToCBORObject converts date/time objects (java.util.Date in
DotNet, and Date in Java) to such untagged CBOR objects.