now := time.Unix(123456789, 0).UTC() // time.Time implements fmt.Stringer. fmt.Printf("%v %q\n", now, now) // Result: 1973-11-29 21:33:09 +0000 UTC "1973-11 ...
確定! 回上一頁