Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Daylight Savings Time issue with databound ListGrid

    Hi,

    I have 2 datetime fields defined in the data source for databound ListGrid.
    In DMI handler I am setting the value of one field to "03/12/2018 02:12" and the value of another to "03/11/2018 02:13". All dates, server and client are in Eastern Timezone.
    In the grid itself these values come up as "03/12/2018 02:12" and "03/11/2018 03:13"

    The only thing unusual about 03/11/2018 is that it's the beginning of Daylight Savings Time in the US. For some reason only for that day the time has an extra hour added to it server-side.
    The reason I know it's server side is because the field value in transit is "$$DATESTAMP$$:1520752380000" which maps to 03/11/2018 03:13 EDT

    Looks like server is overcompensating for the changeover day.

    I am on a 2 week old build of 6.1

    Thanks

    -sarkis


    #2
    "03/11/2018 02:13" is an invalid time, as on that day, the time jumps from 01:59 to 3:00. It appears as if it's been corrected by adjusting the hours digit only - what were you assuming should happen?

    Comment


      #3
      No - you're right. Thanks!

      Comment

      Working...
      X