chore: re-map project structure to using multi workspace paradigm
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
use chrono::{DateTime, Utc};
|
||||
|
||||
pub fn get_iso_date() -> String {
|
||||
let now: DateTime<Utc> = Utc::now();
|
||||
now.to_rfc3339()
|
||||
}
|
||||
Reference in New Issue
Block a user