#epoch #date #utc #demo #date-processing

epoch_to_human

将日期从纪元转换为可读格式,反之亦然

1个不稳定版本

0.1.0 2024年6月25日

#172值格式化

MIT 许可证

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