Maheshjayachandran / closure-library

Automatically exported from code.google.com/p/closure-library
0 stars 0 forks source link

goog.date.DateTime.toUTCIsoString return non Iso date #433

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
(new goog.date.DateTime()).toUTCIsoString(true,true)
returns: "2012-03-09 09:43:44Z"
it should return: "2012-03-09T09:43:44Z"

The delimiter should be 'T' not ' '.

Same error occures in toIsoString.

Original issue reported on code.google.com by robert.s...@gmail.com on 9 Mar 2012 at 10:32

GoogleCodeExporter commented 9 years ago
patch suggestion: see Issue 434

Original comment by robert.s...@gmail.com on 9 Mar 2012 at 10:34

GoogleCodeExporter commented 9 years ago

Original comment by pall...@google.com on 12 Mar 2012 at 9:23