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
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
Comment