0

I merge two facebook-requests, by pushing them both into a new object. That's why I need to resort the data the format looks like this:

2011-06-20T19:47:12+0000
Himmators
  • 14,278
  • 36
  • 132
  • 223
  • 1
    Looks like an ISO date - [https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date/toISOString](https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date/toISOString) – Šime Vidas Jun 16 '12 at 14:58

1 Answers1

1

Most likely this is ISO8601.

See also

Community
  • 1
  • 1
Tomasz Nurkiewicz
  • 334,321
  • 69
  • 703
  • 674