I know there are many ways to get the current date in Java but I couldn't find which of them get the date directly from the internet instead of device time.
The thing is, users changing their device time manually shouldn't have any effect on the date I get. Which way of getting time in Java should I use to prevent this from happening?