Search code examples
datetimeapache-kafkaconfluent-platformconfluent-cloud

Could not understand confluent cloud metrics api ISO 8601 time interval


From the doc: https://docs.confluent.io/current/cloud/metrics-api.html

"intervals": [
        "2019-12-19T11:00:00-05:00/2019-12-19T11:05:00-05:00"
    ]

What is this interval format? I never knew a time format extending -05:00 in date time 2019-12-19T11:00:00 ? What is this? can someone clarify?

Thanks in advance.


Solution

  • It's the Timezone. UTC-5 (-05:00) is U.S. Eastern Time