View Bug Report
joined/last seen column date format error and fix
Bug #: 7486
File: GuildMaster
Date: 07-18-11 09:22 AM
By: Gylindor
Status: Flagged for Future Version
I've done a full bug report on curse, thought i'd post here to as don't know which you check more.

the format of the date in the joined/last seen columns is different, one reads mm/dd/yy, the other dd/mm/yy.

Very simple fix by editing line 585 of the GMRoster.lua to read
Joined = function(name) return date("%d/%m/%y", GMRoster[name].firstseen) end,

Thanks for a superb addon

RSS 2.0 Feed for Bug CommentsNotes Sort Options
By: kraftman - 07-18-11 09:33 AM
thanks, I'll include that in the next update