Opened 6 years ago

Last modified 4 years ago

#29724 closed Bug

Admin date_hierarchy filter by month displays an extra day — at Version 4

Reported by: Lavrenov Ivan Owned by: nobody
Component: contrib.admin Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: yes

Description (last modified by Lavrenov Ivan)

When I authorized by user with not-UTC timezone, like America/Los_Angeles , and open filter by date in month, I see one extra day, that follows to the first day of the previous month

Change History (5)

by Lavrenov Ivan, 6 years ago

representation of bug

comment:1 by Tim Graham, 6 years ago

Summary: Bug with time filter in django adminAdmin date_hierarchy filter by month displays an extra day

Could you be more specific about how to reproduce this? I thought you meant TIME_ZONE = 'Los-Angeles/America' but I get "Incorrect timezone setting". Which database are you using?

comment:2 by Lavrenov Ivan, 6 years ago

The timezone is America/Los_Angeles, sorry for inaccuracy.
I'm using Mysql database. I think it is something сonnected with converstion to local time. I have a record, which in UTC in the 1st September, but in local time it is still in the 31 August.

P.S. Values stored in UTC format

in reply to:  1 comment:3 by Lavrenov Ivan, 6 years ago

Replying to Tim Graham:

Could you be more specific about how to reproduce this? I thought you meant TIME_ZONE = 'Los-Angeles/America' but I get "Incorrect timezone setting". Which database are you using?

The timezone is America/Los_Angeles, sorry for inaccuracy.
I'm using Mysql database. I think it is something сonnected with converstion to local time. I have a record, which in UTC in the 1st September, but in local time it is still in the 31 August.
P.S. Values stored in UTC format

comment:4 by Lavrenov Ivan, 6 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top