Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How can I make a real time clock gui that goes with EST?

Asked by 5 years ago

How do I make a real time clock gui that goes by EST time? I'm not sure how I would go about this.

0
You simply can't. os.time() goes by universal standard time, and using EST is going to be inaccurate for those who do not live within the EST time zone. DeceptiveCaster 3761 — 5y
0
Now you can use os.date, so to get their time, use a local script. exobyteXL 290 — 5y

Answer this question