Is there a way to change date of Azure App Service which had a linux based container deployed
问题 I need to change the date / time of my Azure App Service. This will help me in time travelling the API to a past date. I have used linux based image of .Net Core API, deployed as container in Azure App Service. In this API I have a method which currently returns the system date and time. I know there is a way to set the timezone. This can be part of the dockerfile. I am trying to look for a similar way to change the date. 回答1: There are multiple ways to get the current time. You can set the