in reply to How to get client-side's localtime from the server-side

This does not “record” the user’s time and, like others have said, it’s not possible to get the localtime from the user perfectly b/c you rely upon the user’s stuff being set right. If location specific display is your only goal then this is a nice trick, needs JS, to keep times neutered in the DB and let the clientside display what it believes to be the correct local version: Perl + JavaScript to display "correct" local times.

  • Comment on Re: How to get client-side's localtime from the server-side