Forum Discussion
Praveen1120
Mar 14, 2024Copper Contributor
DateTime - Culture Info Issue
Hi everyone, I'm developing an HR application using Angular 13 and a .Net 6 Web API. I'm facing a challenge related to handling different time zones for users. The Scenario: The application is dep...
rosseby
Mar 15, 2024Copper Contributor
When you store the reminder in the database, convert it to the server's time zone first so when the server triggers to send the notification it is in sync.