Welcome to the ASP.NET Core feedback portal. We’re happy you’re here! If you have feedback on how to improve the ASP.NET Core, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Hi!
To completely disable Timezone support is extremely tricky and complicated.
Please allow us to set the Timezone property to null in the Scheduler and then simply load and save/update the data (StartTime/EndTime or any other DateTime value) as is To and From the database without any conversion whatsoever. No matter what the client's timezone.
E.g. If they Add a New Appointment say on Saturday, March 21st
9:00 am to 10:00 (
from any Timezone) it
should not convertany DateTime value and Save that in the DB as StartTime=2020-03-21 09:00 am and End
I believe we can already do that in Xamarin Forms Scheduler and also in Blazor.
This is causing too much pain.
Thanks