Thread Tools Display Modes
07-19-08, 02:38 PM   #1
philoubmx
A Murloc Raider
Join Date: Aug 2007
Posts: 6
[?] In game date ?

Hi everyone,

Im a beginner on addon dev, so my question is maybe stupid.
I just would like to know if a function to get the "in game date" (edit : the server date) exists ( GetGameDate ?)

Thanks.

Last edited by philoubmx : 07-19-08 at 02:45 PM.
  Reply With Quote
07-19-08, 02:42 PM   #2
Shirik
Blasphemer!
Premium Member
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2007
Posts: 818
Hi,

The time() function gives you a UNIX timestamp. You can use this to get the date.
__________________
たしかにひとつのじだいがおわるのお
ぼくはこのめでみたよ
だけどつぎがじぶんおばんだってことわ
しりたくなかったんだ
It's my turn next.

Shakespeare liked regexes too!
/(bb|[^b]{2})/
  Reply With Quote
07-19-08, 02:44 PM   #3
philoubmx
A Murloc Raider
Join Date: Aug 2007
Posts: 6
Originally Posted by Shirik View Post
Hi,

The time() function gives you a UNIX timestamp. You can use this to get the date.
Hi,
Yes but its the "local" time, not server side. I would like to get the server date to be sure that everone has the same date.
  Reply With Quote
07-19-08, 03:45 PM   #4
Slakah
A Molten Giant
 
Slakah's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2007
Posts: 863
Take a look at http://wowcompares.com/2438606/FrameXML/GameTime.lua for the function you want.
  Reply With Quote
07-19-08, 07:31 PM   #5
yssaril
A Warpwood Thunder Caller
 
yssaril's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2007
Posts: 96
Originally Posted by Slakah View Post
Take a look at http://wowcompares.com/2438606/FrameXML/GameTime.lua for the function you want.
those function only provide time not date

currently they only way to get it is to calculate the offset between your time and the server time and then guess the server date. though if your own date is screwy then the server date will not be accurate either.

best bet is to write a function that does this and then syncs with others to get a majority vote on the servers date
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » [?] In game date ?


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off