by **achun.SHX**: <pre>look this: fmt.Println(time.Parse("2006", "-0001")) output: 0001-01-01 00:00:00 +0000 UTC parsing time "-0001" as "2006": cannot parse "-0001" <a href="http://play.golang.org/p/noXxxdh6hR">http://play.golang.org/p/noXxxdh6hR</a></pre>