Dan
Dan

Reputation: 3377

Daylight Savings Time and Event API

I know that the API returns times that are converted (through a very convoluted process) to ISO-8601. My question is, is the conversion made while taking into account the local daylight savings (or not) of a given location? The official documentation says nothing about this.

Upvotes: 0

Views: 256

Answers (1)

cpilko
cpilko

Reputation: 11852

I just worked on this on Friday.

I can confirm that if you have the Events Timezone migration enabled, the ISO-8601 dates that are returned are corrected for the presence/absence of Daylight Savings at the events start / end time.

Upvotes: 1

Related Questions