Conversations details and aggregate during daylight saving

Hi,

   Could you please tell me how does the conversations aggregate and details query return data during the daylight saving time. Does the data overlap for 1 hour ? Or has this been handled by the analytics in the backend ? Or is this something that we need to take care while reading the data ?

Thanks,
Anil

All timestamps are stored in UTC, which does not observe DST. Both the Java SDK and the API make use of joda, so if you specify a timestamp with a timezone that's not UTC, it should be handled with special date processing cases like DST and leap years.