Use rust, use it now : use chrono; fn main() { println!("{:?}", chrono::offset::Local::now()); println!("{:?}", chrono::offset::Utc::now()); }.
確定! 回上一頁