Convert date time from zulu format: Difference between revisions
Jump to navigation
Jump to search
→Convert date time from Zulu format
No edit summary |
|||
| Line 2: | Line 2: | ||
== Convert date time from Zulu format == | == Convert date time from Zulu format == | ||
Convert date time from T Z format (ISO 8601 format<ref>[https://en.wikipedia.org/wiki/ISO_8601 ISO 8601 - Wikipedia]</ref>; Zulu time format<ref>[https://greenwichmeantime.com/articles/history/zulu/ Zulu Time | GMT]</ref>) e.g. {{kbd |key= | Convert date time from T Z format (ISO 8601 format<ref>[https://en.wikipedia.org/wiki/ISO_8601 ISO 8601 - Wikipedia]</ref>; Zulu time format<ref>[https://greenwichmeantime.com/articles/history/zulu/ Zulu Time | GMT]</ref>) e.g. {{kbd |key={{Template:Today}}T10:01:45Z}} or {{kbd |key={{Template:Today}}T22:48:51.660Z}} | ||
=== PHP approach === | === PHP approach === | ||
| Line 36: | Line 36: | ||
-- returns null | -- returns null | ||
</pre> | </pre> | ||
== Convert date time to Zulu format == | == Convert date time to Zulu format == | ||