So I’m attempting to make a time ban admin system. However I ran into a problem where the time registering the unban is incorrect.
In studio (Expected output)
In game (Unexpected output
For some reason there is a major 4 hour and 1 day difference. I ran these tests around at the same time with the same amount of ban time.
I use os.date("*t",os.time()+(time)).(datemeasurement)
in order to print out the date when the user will be unbanned.