This commit is contained in:
Jake Scott 2013-12-03 20:06:00 +13:00
parent 6da8afaa7c
commit ed76f25f2c

View File

@ -20,7 +20,7 @@ func main() {
// Note that there is no `UnixMillis`, so to get the
// milliseconds since epoch you'll need to manually
// dive from nanoseconds.
// divide from nanoseconds.
millis := nanos / 1000000
fmt.Println(secs)
fmt.Println(millis)