Opened 17 years ago

Closed 17 years ago

#4590 closed (wontfix)

International standard for date and time

Reported by: Jonas von Poser Owned by: Adrian Holovaty
Component: Core (Other) Version: dev
Severity: Keywords: standard date time
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Django should use an international standard date and time format.

http://groups.google.com/group/django-developers/browse_thread/thread/6f3b9667130dc85d

Attachments (3)

settings.py.patch (1.0 KB ) - added by Jonas von Poser 17 years ago.
International standard ISO 8601, date and time notation
global_settings.py.patch (2.8 KB ) - added by Jonas von Poser 17 years ago.
The changes against globlal_settings.
settings.py.2.patch (538 bytes ) - added by Jonas von Poser 17 years ago.
Please remove the settings.py.patch anterior file

Download all attachments as: .zip

Change History (4)

by Jonas von Poser, 17 years ago

Attachment: settings.py.patch added

International standard ISO 8601, date and time notation

by Jonas von Poser, 17 years ago

Attachment: global_settings.py.patch added

The changes against globlal_settings.

by Jonas von Poser, 17 years ago

Attachment: settings.py.2.patch added

Please remove the settings.py.patch anterior file

comment:1 by Chris Beaven, 17 years ago

Resolution: wontfix
Status: newclosed

Like it has been expressed in the google groups discussion, I'm not sure there are convincing enough reasons to do this.

Note: See TracTickets for help on using tickets.
Back to Top