Edgewall Software

Ticket #7382 (closed enhancement: wontfix)

Opened 7 months ago

Last modified 3 months ago

Detect timezone from browser

Reported by: candrews@… Owned by:
Priority: normal Milestone:
Component: web frontend Version:
Severity: minor Keywords:
Cc:

Description

The browser does not send timezone or any other time information in the http request, but you can get the timezone from javascript - see http://www.willmaster.com/library/javascript/determining-your-visitors-time-zone.php

I suggest to use js to get the timezone, and store it in the user's preferences automatigically. That way a user always sees the right time.

Attachments

Change History

Changed 7 months ago by ebray <hyugaricdeau@…>

Sounds like a good plugin candidate to me--not something that ought to be in the core. Just my opinion.

Changed 3 months ago by rblank

  • status changed from new to closed
  • resolution set to wontfix

Setting the timezone is a one-off setting (except if you are travelling a lot), so making it automatic doesn't bring much value. Moreover, the method presented in the link above requires a form submission for the timezone to be transmitted, so it won't update at the first site visit.

Closing as wontfix, but feel free to reopen with a patch implementing the feature (ideally with a checkbox labeled "Update timezone automatically" in the Date / time preference panel).

Add/Change #7382 (Detect timezone from browser)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from (none). Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.