I assume you are using asp.net core 3.0 on an Azure Web App as that is the tag you used.
If so, you can control the time zone your web app uses, irregardless of the data center you selected, by using the application setting of WEBSITE_TIME_ZONE
More info here
Does that help to address your concern about the differences in regions?