mise 2024.1.16

The front-end to your dev env
1
2
3
4
5
pub use std::time::Duration;

pub const HOURLY: Duration = Duration::from_secs(60 * 60);
pub const DAILY: Duration = Duration::from_secs(60 * 60 * 24);
//pub const WEEKLY: Duration = Duration::from_secs(60 * 60 * 24 * 7);