Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Advertisement
GetGameTime -Documentation by Zlixar-

Returns the current server time in hours and minutes

hours,minutes = GetGameTime();

Arguments
none

Returns
hours
Number - The current hour.
minutes
Number - The minutes passed in the current hour.

Example
local hour,minute = GetDate();
Result
hour = 16
minute = 30

Details
This is the server's current time, NOT the current time of the user's system.

Template:WoW API

Advertisement