Here you learn how to use the Time Zone Module!
How do you use it?
First off, you need to get the module. Next, you put the module in ReplicatedStorage or somewhere. Then, you can put this code:
local module = require(game.ReplicatedStorage.TimeZoneModule)
print(module.CalculateTimeZone(906000490, "Today is %A, %B %d, %X"))
and it should print out
Today is Wednesday, September 16, 22:48:10
To learn the format strings go to os | Documentation - Roblox Creator Hub!
You could make it print the time every 5 second, so right now it’d be Monday, August 10, 10:37:55.