How to find what time zone a player is

I’m making a module that returns the time that the player is in. For example: 12:00:00 would be 8:00:00 EDT or 7:00:00 EST (The default time is UTC). So I could use something like

os.time()

or something.

Please help!

Hey! You can look at this: os | Documentation - Roblox Creator Hub to help you out.

2 Likes

Didn’t realize this

was a thing lol


Wait, would that mean it would return “Eastern Daylight Time” and “EDT”? Or just one of them?

1 Like

It would print the entire name, like so:
image

3 Likes