[][src]Crate circadian_time

This crate adds support for the Circadian timezone to chrono. The Circadian timezone is aligned to the time of dawn as opposed to the time of noon. i.e. at dawn the Circadian time will be 00:00

Structs

Circadian

The Circadian timezone. This timezone aligns to dawn instead of noon. At dawn the circadian time will be 00:00.

Traits

Positioned

A type that can be positioned on the globe. Implement this trait to provide the location for which the circadian time should be computed.