let t = Utc::now(); let a = t.naive_utc(); let b = t.naive_local();. a and b are always equal, while one would expect a to be UTC and b to be the users ...
確定! 回上一頁