My Android app requires to get the current date and time from Internet. I can’t rely on the date from the phone. How is it possible to get the time from Internet? What are the available time servers?
My Android app requires to get the current date and time from Internet .
Share
The simplest is the daytime protocol assigned to port 13, but only few servers offer this (optional in e.g. Windows NT and later). What do you have available to query against?