im running Go version 1.3 on windows 7x64, after run 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 go playgroud have this fixed time for one reason, but i don't understand why i get this date in my box
UPDATE: I realized this issue by upgrading the go version from 1.2.2 to 1.3
Trying to reproduce the issue, i realized this had been fixed after switching off and on computer next day.
I recommend to restart the computer after upgrading to 1.3
I'm unable to reproduce your issue:
What output do you get when you run these commands?
That time is the fixed time used in the Go Tour as mentioned in the Go Tour limitations
Are you sure you were not running code there? Possibly local version - you can download and run the tour.