im running Go version 1.3 on windows 7x64, after running the following code I always get 2009-11-10 23:00:00 +0000 UTC
package main import ( "fmt" "time" ) func main() { fmt.Println(time.Now()) }
I know that gog play has this fixed time for one reason, but I donβt understand why I get this date in my box
UPDATE: I realized this problem by updating the go version from 1.2.2 to 1.3
Trying to reproduce the problem, I realized that it was fixed after the shutdown and on the computer the next day.
I recommend restarting your computer after upgrading to version 1.3
datetime time go
edcaceres
source share