To give XYZ's workers company news and information, you develop an ASP.NET application.
Employees in New Zealand using the app.
CurrentDateLabel is the name of a Web Form label control on Default.aspx.
The next piece of code was included in the Default.aspx Page.Load event handler: currentDateLabel.
Text equals DateTime.Now.
ToString(“D”)
For workers in New Zealand, you must make sure that the data is shown accurately.
What ought you to do?