On 6/16/07, Jonas <[EMAIL PROTECTED]> wrote:
> I think that Django should use an international standard date and time
> format.

Where do you propose this be used? At the database level, your DB will
store date/time values in whatever internal format it prefers. At the
level of input and output to clients over the Web, it's vastly
preferable to accept and return date/time values in a format expects
by users (e.g., if your users are American, you might want to return
"7:30 PM 6/16/07", but if they're French "19h30 16/6/07" might be
preferable). And internally, dates and times are represented by
Python's 'date' and 'datetime' classes.

So where are you proposing to switch things?

-- 
"Bureaucrat Conrad, you are technically correct -- the best kind of correct."

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to