Dear All,
I need your help to solve an issue in datetime difference in my asp.net c# project.
The project already hosted in godaddy.
The issue is that when i run my project in local host, date & time working good. But when i run website from hosted server, date time showing a different time zone.
In my c# code , i wrote like this to get current time zone.
var ArTimeZone = TimeZoneInfo.FindSystemTimeZoneById(TimeZoneInfo.Local.Id);
and in insert function parameter , i assigned below format.
Convert.ToDateTime(CurrentDateTime.ToString("dd/MM/yyyy hh:mm:ss tt")));
Madan ShekarPosted May 13, 2019, 8:30 AM
https://in.godaddy.com/help/set-time-zone-and-date-preferences-2815
Sivakumar KonetiPosted May 13, 2019, 6:59 AM
Bineeshcp ViswanathPosted May 13, 2019, 6:46 AM
Ashish RathiPosted May 13, 2019, 6:41 AM