#18794: When timezone support is enabled, permalinks for DateDetailView are
impossible.
-------------------------------+--------------------------------------
     Reporter:  void           |                    Owner:  nobody
         Type:  Bug            |                   Status:  new
    Component:  Generic views  |                  Version:  master
     Severity:  Normal         |               Resolution:
     Keywords:  timezone, tz   |             Triage Stage:  Unreviewed
    Has patch:  0              |      Needs documentation:  0
  Needs tests:  0              |  Patch needs improvement:  0
Easy pickings:  0              |                    UI/UX:  0
-------------------------------+--------------------------------------
Changes (by prestontimmons):

 * needs_docs:   => 0
 * needs_tests:   => 0
 * needs_better_patch:   => 0


Comment:

 If I'm not mistaken, the current timezone means the active `TIME_ZONE`
 setting and not the user's timezone.

 The test you mentioned saves objects with a UTC timezone, but the queries
 run are relative to the TIME_ZONE setting--set to "Africa/Nairobi"
 (UTC+3:00) in this case.

 After reviewing this, I can't see anywhere where the url would display
 different results for users worldwide.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/18794#comment:1>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to