-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.
  • 81,772
  • 15
  • 137
  • 161
Sivabalakrishnan
  • 475
  • 1
  • 7
  • 23

1 Answers1

-1

I think google already provide ntp time server for developers.

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

cowboi-peng
  • 777
  • 2
  • 6
  • 24