PDA

View Full Version : Clock function is an hour fast



Hiero
12-10-2004, 05:17 AM
since the last patch whenever i run the UI the clock function seems to run an hour fast of the actual time. I am in pacific standard time and i have my system clock set correctly. any ideas why this occurs?

Tivoli
12-10-2004, 07:37 AM
In the clock.lua file you will see a line that says;

local OffsetHour = 1; -- this is the hour offset applied to server time

If you live in the same timezone as the server, change this to 0, otherwise change it the amount of hours you want to offset the server time for, like if you play central but live in the eastern time zone, your time would be 1 hour faster, so you make it 1.

fraye
12-10-2004, 09:34 AM
This would work with the EU version as well right ?

Tivoli
12-10-2004, 09:49 AM
It will work with any version ^^.

a67rhf7823jn8747==