Subj : Re: CVS commit text/html_
To : Tracker1
From : Tracker1
Date : Mon Nov 29 2004 08:03 pm
Tracker1 wrote:
> not sure about getmail, but...
> var userExpires = new Date(user.security.expiration_date);
oops, need to account for GMT vs. LOCAL ...
var dtmE = new Date(user.security.expiration_date);
if (bbs.startup_options & BBS_OPT_LOCAL_TIMEZONE == 0)
dtmE.setMinutes(dtmE.getMinutes() + dtmE.getTimezoneOffset());
I'm pretty sure that should work.. :)
--
Michael J. Ryan - tracker1(at)theroughnecks(dot)net - www.theroughnecks.net
icq: 4935386 - AIM/AOL: azTracker1 - Y!: azTracker1 - MSN/Win: (email)
---
þ Synchronet þ theroughnecks.net - you know you want it
.