Please scroll down for the download button
and more file information.
File Description
Description : TimeOffset - by EyesMcFly of Stonemaul
Version ------- 1.0
Istall ------ Unzip the contents of this zip file into your World of WarcraftInterfaceAddOns folder.
In game type /to or /timeoffset for further instructions.
Usage ----- TimeOffset allows the user to sync game time with local time. The sync time can then be used by other mods.
Users ----- The only reason you should be using this mod is if it is a (optional) dependancy of another mod you are using.
Mod Developers -------------- If you plan on making TimeOffset an (optional) dependancy in your mod here are the basic ways to use TimeOffset with your mod.
To check if TimeOffset is installed:
> if TimeOffset then > -- TimeOffset is installed > -- Feel free to call TimeOffset's date / time functions. > else > -- TimeOffset is NOT installed > -- Do not attempt to call any TimeOffset functions. > end
To access Timeoffset's date / time functions:
Local timestamp: --same as: timestamp = time();
> timestamp = TimeOffset_GetLocalStamp();
Local date/time array: --same as: date = date('*t');