将日期从纪元转换为可读格式,反之亦然
所属 gchandra10。
#172 在 值格式化
4KB
cargo add epoch_to_human
// main.rs use epoch_to_human::*; fn main(){ println!("{:?}",epoch_to_date(1719315296)); println!("{:?}",date_to_epoch("2024-06-25 11:34:56")); }
~1MB ~18K SLoC