#23827 closed Bug (fixed)
FileSystemStorage returns naive datetimes, but this is not documented
Reported by: | James Aylett | Owned by: | James Aylett |
---|---|---|---|
Component: | Documentation | Version: | 1.7 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description (last modified by )
Per #22567, FileSystemStorage returns naive datetimes (in the system TZ, although if you set TIME_ZONE in Django settings then this will usually set the system TZ). This should be documented so that others can interoperate (particularly important for staticfiles/collectstatic).
Change History (8)
comment:1 Changed 9 years ago by
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 Changed 9 years ago by
Description: | modified (diff) |
---|
comment:3 Changed 9 years ago by
Status: | new → assigned |
---|
comment:4 Changed 9 years ago by
Description: | modified (diff) |
---|
comment:5 Changed 9 years ago by
Description: | modified (diff) |
---|
comment:6 Changed 9 years ago by
Has patch: | set |
---|
comment:7 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
PR: https://github.com/django/django/pull/3516