I use ISO8601 as well; "2010-08-29T13:07:49+10:00"
(generated using PHP date('c');)

On 6/07/2011 9:49 AM, Rudi Benkovič wrote:
Hi,

I'm writing a little CouchDB administration utility and would like to
find out how most of you store data values in JSON. From .NET via
Newtonsoft's JSON serializer, dates end up in the ISO 8601 as a
string, like this:

{ Timestamp": "2011-05-12T20:52:02.3774261Z" }

Let me know what other formats are used, as I'd like to cover as much
of them as possible - hopefully the Javascript view code will be able
to detect them automatically.

Thanks!

Rudi

Reply via email to