I suppose I could gather the user's timezone difference like this:
$tzdiff = $vbulletin->userinfo['timezoneoffset']
then either increase or decrease the unixtimestamp appropriately, however I would have figured that vbulletin has a function already set up to handle something like this.
I looked all through the API and couldn't find one that handled unixtime, only display time. This is somewhat surprising considering the fact that `dateline` is is used so often in post, thread, user tables etc...
|