Hi Brian,
Greetings from Syncfusion support.
We would like to inform you that, if you run the application with DatePicker component in the client and server both in different time zone such as server in India will be “+5.5” and client in US will be “-4.0”. So, this difference between server and client time zone will be occurred in the date and time values and DatePicker will displayed the value based on its client time zone value.
So, by adding the serverTimeZoneOffset property, we have handled these variations in source level. For the example above, if you set the serverTimeZoneOffset to "+ 5.5" then DatePicker will display the value in any client side based on the time zone of the server. Hence, we suggest using the serverTimeZoneOffset property and provide the value to the property based on the server time.
Regards,
Sevvandhi N