edisonking
(edisonking)
15 Noviembre, 2019 08:41
1
Obtuve un JSON usando la API de Discourse. Hay algunos campos relacionados con fecha y hora, como este:
"created_at": "2019-07-24T12:25:02.016Z",
"last_posted_at": "2019-07-25T06:21:58.328Z",
¿Qué significan las letras ‘T’ y ‘Z’ en este formato? ¿Existe alguna herramienta para analizarlo? Necesito realizar algunas operaciones matemáticas con él.
Es un formato estándar de fecha y hora, y prácticamente todos los lenguajes de programación deberían tener soporte para analizarlo.
2026-04-28T00:57:57+00:00 UTC+00:00
ISO 8601 is an international standard covering the worldwide exchange and communication of date and time-related data. It is maintained by the International Organization for Standardization (ISO) and was first published in 1988, with updates in 1991, 2000, 2004, and 2019, and an amendment in 2022. The standard provides a well-defined, unambiguous method of representing calendar dates and times in worldwide communications, especially to avoid misinterpreting nu...