Opened 16 years ago
Closed 15 years ago
#7262 closed (fixed)
Microsecond dateformat patch
Reported by: | zegor | Owned by: | nobody |
---|---|---|---|
Component: | Core (Other) | Version: | dev |
Severity: | Keywords: | microsecond dateformat | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | yes |
Easy pickings: | no | UI/UX: | no |
Description
Simple patch to add 'c' (ISO Format with microseconds) and 'u' (microseconds) formats to django.utils.dateformat module.
Theses flags have been added in PHP 5.
Useful when dealing with high precision timestamp.
Updated unitests included.
Attachments (1)
Change History (7)
comment:1 by , 16 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:2 by , 16 years ago
Patch needs improvement: | set |
---|---|
Triage Stage: | Ready for checkin → Accepted |
comment:3 by , 16 years ago
Trac seems to eat some parts of my patch when viewing it. Download the file to see the full patch.
comment:4 by , 16 years ago
milestone: | → post-1.0 |
---|
comment:6 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Replying to zegor:
Where? the patch does not change the test neither the documentation.