-3

My Need : I need to get the current Date and time from Internet ie.. not from local system

If i change the system date and time , it should not change !

Better if possible, may be any rest api to get date. or any other idea in java .

I used TimeZone , Instant, And many other local api which returns system time and date.

I need it to be done in JAVA.

Ole V.V.
  • 76,217
  • 14
  • 120
  • 142
Sivabalakrishnan
  • 405
  • 1
  • 6
  • 21

1 Answers1

-1

I think google already provide ntp time server for developers.

try this link https://developers.google.com/time/

cowboi-peng
  • 659
  • 2
  • 6
  • 23