02-15-2015, 04:06 AM
local et = EorzeaTime()
gEorzeaTime = tostring(et.hour)..":"..(et.minute < 10 and "0" or "")..tostring(et.minute)
Taken out of ffxiv.lua
:)
gEorzeaTime = tostring(et.hour)..":"..(et.minute < 10 and "0" or "")..tostring(et.minute)
Taken out of ffxiv.lua
:)