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 [email protected].
For more options, visit https://groups.google.com/d/optout.