I’m trying to avoid making my users enter a time zone in order to have
posts and updates displayed in their time. Is there any way I can
figure out what the user’s current time is so I can add/subtract all
the times I’m outputting accordingly?
On Sun, 04 Nov 2007 06:33:46 +0000, johnhutch wrote:
I’m trying to avoid making my users enter a time zone in order to have
posts and updates displayed in their time. Is there any way I can
figure out what the user’s current time is so I can add/subtract all
the times I’m outputting accordingly?
You can use JavaScript to pull their timezone information when they
first
hit your site. If they’re logging in, then you could just set a hidden
form field. If there’s no logging in, then you could use a remote form
call.
Steve
On Nov 4, 7:01 am, Steve [email protected] wrote:
Steve
take a look at this (one of the more entertainign README’s of this or
any time)