Opened 15 years ago
Closed 13 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 Changed 15 years ago by
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:2 Changed 15 years ago by
Patch needs improvement: | set |
---|---|
Triage Stage: | Ready for checkin → Accepted |
comment:3 Changed 15 years ago by
Trac seems to eat some parts of my patch when viewing it. Download the file to see the full patch.
comment:4 Changed 15 years ago by
milestone: | → post-1.0 |
---|
comment:6 Changed 13 years ago by
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.