Module date

Module date 

Source
Expand description

low resolution async date time for reduced syscall for generating http date time.

Structs§

DateTimeService
Struct with Date update periodically at 500 milliseconds interval.
DateTimeState
struct contains byte representation of HttpDate and Instant.
SystemTimeDateTimeHandler
Time handler powered by plain OS system time. useful for testing purpose.

Traits§

DateTime
Trait for getting current date/time.