JaredScar / Badssentials

A Fivem Script
MIT License
13 stars 14 forks source link

Change Time Zone #10

Closed total20303 closed 1 year ago

total20303 commented 1 year ago

If our server is set on Berlin time but we are in EST is there a way to change the displayed time to the correct EST time?

NickReagan commented 1 year ago

I will look into this for ya.

JaredScar commented 1 year ago

Thinking about it now, we probably should change EST placeholder to something like TIME_LOCAL or something since it's really just reading the system clock I believe

NickReagan commented 1 year ago

I am going to be doing some testing with it, maybe add it as a config variable with it defaulted to local but if they need to they can change it.

total20303 commented 1 year ago

Thanks so much guys for you help with this......I appreciate you looking into it.

Willow-6855 commented 1 year ago

Thinking about it now, we probably should change EST placeholder to something like TIME_LOCAL or something since it's really just reading the system clock I believe

It uses CST time not EST time

JaredScar commented 1 year ago

This has been changed to {OS_TIME} since that better reflects how it currently works. If someone wants to feel free to make a PR to support any timezone, that'd be cool 😄