1 2 3 4 5 6
use chrono::prelude::*; pub fn local_str() -> String { let time = Local::now(); time.to_string() }