10-04-2014, 07:07 PM
Hrm, My time is correct on my OS, I live in Arizona.
Using d(tostring(EorzeaTime().hour)..":"..tostring(EorzeaTime().minute)) In game right now its 8:26 am the console is saying it's 11:36. and at 8:58 am it's saying it's 12:32.
Using d(os.date("!%H")..":"..os.date("!%M")..":"..os.date("!%S")) at 12:00 pm my time yields 19:00.
I'm assuming it's not obtaining the correct times? Any Ideas?
Using d(tostring(EorzeaTime().hour)..":"..tostring(EorzeaTime().minute)) In game right now its 8:26 am the console is saying it's 11:36. and at 8:58 am it's saying it's 12:32.
Using d(os.date("!%H")..":"..os.date("!%M")..":"..os.date("!%S")) at 12:00 pm my time yields 19:00.
I'm assuming it's not obtaining the correct times? Any Ideas?