I am from the UK and recently hosted a site on WinHost Basic Package .
When used DateTime.Now()in C # or GETDATE()in SQL, they return something like GMT-8(because the server is located in the USA).
I think I'm a bit limited in terms of server permissions (for example, I cannot change my SQL login language).
What is the best way to store these dates in GMT?
source
share