Re: Force date and time formats to ISO

2014-10-02 Thread Erik Cederstrand
Den 01/10/2014 kl. 14.59 skrev Mike Dewhirst : > On 1/10/2014 10:35 PM, Collin Anderson wrote: >> I wonder if it's possible to somehow use a custom locale that will >> always show ISO dates. > > I believe some of the Scandinavian countries use ISO natively ... Except the

Re: Force date and time formats to ISO

2014-10-02 Thread Jan Eskilsson
Sweden does 2014-10-01 16:59 GMT+04:00 Mike Dewhirst : > On 1/10/2014 10:35 PM, Collin Anderson wrote: > >> I wonder if it's possible to somehow use a custom locale that will >> always show ISO dates. >> > > I believe some of the Scandinavian countries use ISO natively ...

Re: Force date and time formats to ISO

2014-10-01 Thread Mike Dewhirst
On 1/10/2014 10:35 PM, Collin Anderson wrote: I wonder if it's possible to somehow use a custom locale that will always show ISO dates. I believe some of the Scandinavian countries use ISO natively ... -- You received this message because you are subscribed to the Google Groups "Django

Re: Force date and time formats to ISO

2014-10-01 Thread Collin Anderson
I wonder if it's possible to somehow use a custom locale that will always show ISO dates. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Force date and time formats to ISO

2014-09-29 Thread Mark Caglienzi
On 29 Sep 13:17, Collin Anderson wrote: > If it helps, the ISO format should always at least be _accepted_ as an > input, even it it's not displayed that way. Yes, I agree, but the main point (for what I need) is also the display of the date and times. This will allow to keep the webapp

Re: Force date and time formats to ISO

2014-09-29 Thread Collin Anderson
If it helps, the ISO format should always at least be _accepted_ as an input, even it it's not displayed that way. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email

Force date and time formats to ISO

2014-09-29 Thread Mark Caglienzi
Hello to the list, I am developing a Django website that needs USE_L10N = True, and per-user TZ settings, but I want to force the output of dates and times to ISO everywhere, once and for all (-MM-DD and HH:MM:SS). I understand that Django with USE_L10N = True overrides the output of