feat: init commit

This commit is contained in:
2025-01-22 01:40:00 +08:00
parent be72e757d4
commit ebcf7b83d6
7 changed files with 417 additions and 0 deletions

5
src/util.rs Normal file
View File

@@ -0,0 +1,5 @@
pub fn current_time() -> String {
simpledateformat::fmt("yyyyMMdd'T'HHmmssz")
.unwrap()
.format_local_now()
}