Legacy Dev Forum Posts

 View Only

Sign Up

Conversations details and aggregate during daylight saving

  • 1.  Conversations details and aggregate during daylight saving

    Posted 06-05-2025 18:11

    anil.kumar | 2017-03-31 00:27:22 UTC | #1

    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


    tim.smith | 2017-03-31 15:09:56 UTC | #2

    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.


    system | 2017-08-28 19:33:31 UTC | #3


    This post was migrated from the old Developer Forum.

    ref: 1129