add comment
This commit is contained in:
@@ -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());
|
||||||
|
|||||||
Reference in New Issue
Block a user