计算某个开始时刻,计算10^9秒后的时刻.
一个 千兆秒-gigasecond
是10^9(1,000,000,000)秒.
如果您不确定DateTime<Utc>
可以执行哪些操作,看看chrono crate - 它在Cargo.toml
,被列为本练习的一个依赖项.
Chapter 9 in Chris Pine's online Learn to Program tutorial. http://pine.fm/LearnToProgram/?Chapter=09
计算某个开始时刻,计算10^9秒后的时刻.
一个 千兆秒-gigasecond
是10^9(1,000,000,000)秒.
如果您不确定DateTime<Utc>
可以执行哪些操作,看看chrono crate - 它在Cargo.toml
,被列为本练习的一个依赖项.
Chapter 9 in Chris Pine's online Learn to Program tutorial. http://pine.fm/LearnToProgram/?Chapter=09