package mainimport ("fmt""time")func main() {loc, err := time.LoadLocation("America/New_York")if err != nil {panic(err)}fmt.Printf("%+v", loc)}
panic: unknown time zone America/New_York
goroutine 1 [running]:
main.main()
/tmpfs/gosandbox-641c4dbf_b537c84f_285baba8_9540e6d4_50f4d85c/prog.go:11 +0x72
--
You received this message because you are subscribed to the Google Groups "google-appengine-go" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengin...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine-go+unsub...@googlegroups.com.