I have used a date time in my project. My project is client server and developed with c#.
Now, I want to get date time clients from SQL Server on server, that when the system date time client was in trouble, Application get current date time from server.
For example: A timer that each hour to run the SQL server following command:
SELECT CURRENT_TIMESTAMP
Edit: C# application get date time from SQL Server and each hour once, your update date time