I have figured out how to get the time using date('g:i a', time())
to output on the chat i'm making. It outputs something like 7:54 pm. The promlem is that I am in the Central Timezone and it is 8:54 my time. I tried using date('g' + 1 + ':i a', time())
but that didn't work. Any Ideas?
Thanks