How can I convert a date time format from JSON.Net such as:
/Date(1154970000000+0700)/
To ISO-?? format
2011-12-18T23:34:59Z
Preferably in either Python or Javascript.
Ive decided on the latter as its seems in the JS world the most widely used, humanly readable and naturally sortable. I’ll store offsets on a per user basis.
If an implementation is again a bit much too ask, if someone can tell me the correct name for both formats I might have more luck in understanding how to convert.
And the function to convert to ISO: