pub(crate) const SECONDS_PER_CIVIL_DAY: Constant;
Expand description
The number of seconds in a civil day.
Some days will have more or less seconds because of DST transitions. But such things are ignored when dealing with civil time, and so this constant is still useful.