0

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.

OneCricketeer
  • 179,855
  • 19
  • 132
  • 245
PainPoints
  • 461
  • 8
  • 20

1 Answers1

2

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

OneCricketeer
  • 179,855
  • 19
  • 132
  • 245