Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 465 Bytes

README.zh.md

File metadata and controls

11 lines (6 loc) · 465 Bytes

Gigasecond

计算某个开始时刻,计算10^9秒后的时刻.

一个 千兆秒-gigasecond 是10^9(1,000,000,000)秒.

如果您不确定DateTime<Utc>可以执行哪些操作,看看chrono crate - 它在Cargo.toml,被列为本练习的一个依赖项.

Source

Chapter 9 in Chris Pine's online Learn to Program tutorial. http://pine.fm/LearnToProgram/?Chapter=09