|
| 03 Mar 2016 08:34 PM |
Like if you wanted to display what time it is in Pacific Time, or Eastern Time, ect. I feel as if it would perhaps be helpful to me.
Ignorance at its finest. |
|
|
| Report Abuse |
|
|
|
| 03 Mar 2016 08:41 PM |
Yes this is possible. tick() should return time always as UTC (not sure about os.time) and you can convert this to other time zones.
|
|
|
| Report Abuse |
|
|
|
| 03 Mar 2016 08:42 PM |
oops I didn't read the wiki, I think I had it backwards. tick() uses the server's local time zone, not os.time
|
|
|
| Report Abuse |
|
|
|
| 03 Mar 2016 08:44 PM |
this is actually very useful because this means you can use the difference between os.time() and tick() to determine the server's timezone too.
|
|
|
| Report Abuse |
|
|