how to get real date (not system date) by c# or c++?

前端 未结 5 785
情歌与酒
情歌与酒 2021-01-13 12:49

Is it possible to get real date (not system date) without any connection to internet? I developed my application by C#. DateTime.Now gets system date but I want to know real

5条回答
  •  野的像风
    2021-01-13 13:31

    If the system date is wrong, then your application has to get the correct date from somewhere else. That means and outside resource. It can be over the web, it could be another server in your network, or you could enter it manually. There are no magical solutions.

提交回复
热议问题