Go time.Now() is always 2009-11-10 23:00:00 +0000 UTC

前端 未结 3 713
长发绾君心
长发绾君心 2020-12-29 01:52

I\'m running Go version 1.3 on Windows 7x64. After I run the following code I always get 2009-11-10 23:00:00 +0000 UTC.

package main

import          


        
3条回答
  •  -上瘾入骨i
    2020-12-29 02:20

    This is the time and date of Go Lang's birthday.

    They use this as the fixed time in the Go Tour, so perhaps you are running the tour.

提交回复
热议问题