Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

When saving a date that is using daylight saving (minus one hour).

The offset value is thrown off but this double usage (both date in and out of the daylight saving period) and shows all data at our current server timezone (-5 hours). Whereas some are effectively on the -4 hours period.

Empty


This issue doesn't occurs when I remove the global settings for serverTimezoneOffset;


DataUtil.serverTimezoneOffset = serverOffset;

(Which currently is set on -5 value. But we would also receive a -4 during the daylight period.)
This is a requirement for our business since we always want to show the data on the time of the local server. Not the client's one.


As you can see it shifts the date to a previous day, which is a problem.

I can't figure out why.

I can add that we are using a grid with a DataManager configuration, that is using the ODataV4Adaptor.