datetime - What date format is this API returning? -


i'm getting api - date relates 30th june 1983:

[dateofbirth] => /date(425775600000+0100)/

so data type this? api doc says it's datetime i've not come across looking before. need able decode , re-encode whatever format is.

thanks.

that unix time in milli-seconds.

unix time given in seconds since 1st january 1970,

425775600

maps

30.06.1983 01:00:00

(with offset due timezone).

use tool verify:

http://www.gaijin.at/olsutc.php


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

keyboard - C++ GetAsyncKeyState alternative -

android - java.net.UnknownHostException(Unable to resolve host “URL”: No address associated with hostname) -