add comment

This commit is contained in:
2020-05-03 00:29:08 +08:00
parent 73dbc04bb6
commit d46efafbfe

View File

@@ -1,5 +1,6 @@
use chrono::prelude::*; use chrono::prelude::*;
// https://crates.io/crates/chrono
fn main() -> Result<(), Box<dyn std::error::Error>> { fn main() -> Result<(), Box<dyn std::error::Error>> {
println!("UTC time: {}", Utc::now()); println!("UTC time: {}", Utc::now());
println!("UTC time: {:?}", Utc::now()); println!("UTC time: {:?}", Utc::now());