Edgewall Software

Changes between Version 336 and Version 337 of 0.12/TracFaq


Ignore:
Timestamp:
May 16, 2012, 4:18:36 AM (12 years ago)
Author:
anonymous
Comment:

about date/time format with mod_wsgi

Legend:

Unmodified
Added
Removed
Modified
  • 0.12/TracFaq

    v336 v337  
    164164Right after the line where you set TRAC_ENV.
    165165
     166If you're using mod_wsgi, it seems like SetEnv sets WSGI environment variable, so if the above does not work for you, you need to write instead:
     167
     168{{{
     169  SetEnv trac.locale "xx_YY.UTF-8"
     170}}}
     171
    166172For Lighttpd you do this by adding the following to the `bin-environment`:
    167173