Transferring time zones

Hey scripters! I’ve got a little problem with dates and time zones. I have a calendar which I’m creating which will display events however, I’d like the time to be shown in the clients local time, however I haven’t been able to do this yet because I don’t know where to start!

Any help will be appreciated. Thanks. :smiley:

This can be done using os.date/os.time os | Roblox Creator Documentation

Edit: os.date (returns components of the current date)
Also you could check this page for more info about os.time/os.date https://scriptinghelpers.org/questions/66052/how-to-use-ostime-osdate-and-what-it-does

1 Like