On Sep 8, 12:14 am, Fernan Aguero <fernan.agu...@gmail.com> wrote:
> Hi,
>
> I've read the FAQ and can easily change how dates are displayed by
> setting TracLocale accordingly in my apache configuration.
>
> From the FAQ:
> "Changing the date and time format with mod_python
>
> To change the date and time format when using mod_python you should
> instead use 'PythonOption' to set the 'TracLocale'. So for a Un*x-like
> system, simply do this...
>
>   <Location /projects>
>     SetHandler mod_python
>     PythonOption TracLocale "de_DE.UTF-8"
>     ...
>   </Location>
> "
>
> However, I have an apache-mod_python server that is serving several
> trac projects (using TracEnvParentDir), some of which need the date to
> be in es_ES.UTF-8 format (DD/MM/YY), and some that need the date in
> en_US.UTF-8 format (MM/DD/YY).
>
> Is there any other way to set TracLocale in each child? Maybe in trac.ini?
>
> Thanks in advance,
>

in a global environment we have best experiences with setting iso-8601
international date format, http://en.wikipedia.org/wiki/ISO_8601.

rupert

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to