5
It is difficult to check BC user's timezone whether is Daylight Saving Time. I suggest Microsoft add a method like C# "TimeZoneInfo.IsDaylightSavingTime()" method(https://docs.microsoft.com/en-us/dotnet/api/system.timezoneinfo.isdaylightsavingtime?view=net-5.0#System_TimeZoneInfo_IsDaylightSavingTime_System_DateTime_).
Category: Development
STATUS DETAILS
Needs Votes
Ideas Administrator

Thank you for this suggestion! Currently this is not on our roadmap. We are tracking this idea and if it gathers more votes and comments we will consider it in the future. Best regards, Business Central Team

Comments

C

Maybe you can check out the followin PR for the system application.https://github.com/microsoft/ALAppExtensions/pull/21246/filesThere is some check that will be added with BC22

Category: Development