Search code examples
stringdatedatetimeiso8601

Do these date strings represent the same moment of time?


2023-04-24T10:28:12.1380000Z 
2023-04-24T10:28:12.1380000-05:00
2023-04-24T10:28:12.1380000+05:00

do these ISO strings represent the same moment of time? (although their local times are different)

I get confused sometimes, apologies if i missed any previous similar answer.

Thanks


Solution

  • No

    The following times all refer to the same moment: "18:30Z", "22:30+04", "1130−0700", and "15:00−03:30".