module Time::EpochConverter

Defined in:

cbor/to_cbor.cr

Class Method Summary

Class Method Detail

def self.to_cbor(value : Time, encoder : CBOR::Encoder) #

Emits the time as a tagged unix timestamp, as specified by RFC 7049 section 2.4.1.


[View source]