Hi,
I can't understand the format of the dates returned by the API... They seems to be ISO8601, RFC3339_EXTENDED, or ATOM but none of these worked in my tests.
Example date:
2020-06-20T14:01:04.855230389Z
Can you help me?
UPDATE: I've realized that is the ISO8601 format, but I think that nanoseconds are too much (I'm trying to manipulate the date with PHP, but it doesn't support nanoseconds (microseconds are its maximum). Maybe it's better to change nanoseconds to microseconds or milliseconds if you want to keep these; otherwise the simple seconds are a good choice, as well
Thanks
Hi,
I can't understand the format of the dates returned by the API... They seems to be
ISO8601,RFC3339_EXTENDED, orATOMbut none of these worked in my tests.Example date:
Can you help me?
UPDATE: I've realized that is the ISO8601 format, but I think that nanoseconds are too much (I'm trying to manipulate the date with PHP, but it doesn't support nanoseconds (microseconds are its maximum). Maybe it's better to change nanoseconds to microseconds or milliseconds if you want to keep these; otherwise the simple seconds are a good choice, as well
Thanks