Seems time is on our side.

On Friday, 10 November 2017 09:38:37 UTC+1, Hal wrote:
>
> Go predicts the end of the time, i.e. the end of the universe 😂
>
> https://play.golang.org/p/THHvbdo_IS
>
> package main
>
>
> import (
>  "fmt"
>  "math"
>  "time"
> )
>
>
> func main() {
>  endOfTheTime := time.Unix(math.MaxInt64,8139454208999999999).UTC()
>  fmt.Println(endOfTheTime.String())
> }
>
> Hal
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to