mirror of
https://github.com/HowardHinnant/date.git
synced 2024-12-26 07:53:16 +08:00
a9d2907fa1
Created mil_clock and s2s_clock, that are both using to_sys/from_sys function and are fully interoperable with existing clocks (including ones based on utc). Implemented an trait is used to provide direct conversion from s2s_clock to mil_clock without converting to sys_clock (conversion counter is used for this purpose).