quan-xie / goclipse

Automatically exported from code.google.com/p/goclipse
0 stars 0 forks source link

Go uses weird date format (probably US, or iranian) #151

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. import "log"
2. log.Println("Bye.")

What is the expected output? What do you see instead?
I would expect to see a timestamp printed in a culture neutral, unambigous, and 
standard date format (preferably the standard ISO 8601 format 
YYYY-MM-DDTHH:mm:ss.sssZ, with fractional seconds, or its local time 
counterpart).

Instead something like
 2013/08/08 23:00:00 Bye.
is printed.

See https://en.wikipedia.org/wiki/Date_format_by_country.

What version of the product are you using? On what operating system?
go version go1.1 windows/amd64

Original issue reported on code.google.com by kyrie...@gmail.com on 9 Aug 2013 at 9:30

GoogleCodeExporter commented 9 years ago
Sorry, wrong bug tracker. Please delete/ignore this.

Original comment by kyrie...@gmail.com on 9 Aug 2013 at 9:35

GoogleCodeExporter commented 9 years ago

Original comment by devonca...@gmail.com on 9 Aug 2013 at 9:48