Opened 14 years ago
Closed 13 years ago
#17261 closed Cleanup/optimization (worksforme)
Refactor parsing of date and times
| Reported by: | Aymeric Augustin | Owned by: | Aymeric Augustin |
|---|---|---|---|
| Component: | Core (Other) | Version: | dev |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Since the merge of the time zone support branch, django.utils.dateparse provides parsing functions for dates and times.
Other parts of Django may take advantage of this module to parse structured dates and times (ISO format or similar).
Change History (3)
comment:1 by , 14 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:2 by , 14 years ago
| Component: | Uncategorized → Core (Other) |
|---|
comment:3 by , 13 years ago
| Resolution: | → worksforme |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
If it ain't broken don't fix it...