I want to show the current time but I don’t want to use “os.time” because the user can always change their operating system time and thus also the time displayed on my script.
Is there a way to get the time from a time server with NTP like “time.google.com” instead of just asking the operating system.