Open GoogleCodeExporter opened 9 years ago
Original comment by jango...@gmail.com
on 15 Jul 2010 at 3:13
Attachments:
Issue 183 has been merged into this issue.
Original comment by limpbizkit
on 6 Oct 2010 at 6:39
Issue 222 has been merged into this issue.
Original comment by limpbizkit
on 6 Oct 2010 at 6:39
FYI: it's probably a bad idea to localize the date in interchange formats. GSON
would probably be best to always use ISO 8601.
Original comment by limpbizkit
on 6 Oct 2010 at 6:41
JSON will now always format using the default locale and parse using that, then
US, then ISO 8601. It would be nice to add an API to prefer Locale.US by
default. I don't think there's much utility in supporting arbitrary locales,
because other programs don't know how to parse those - JSON documents should
not be localized.
Original comment by limpbizkit
on 14 Feb 2011 at 10:26
What about serializing by default to ISO8601? Personally I would rather have
an option to store is as a long.
Original comment by a...@trajano.net
on 29 May 2012 at 4:28
Original issue reported on code.google.com by
inder123
on 14 Jul 2010 at 5:37