equal
deleted
inserted
replaced
27 # Local time zone for this installation. Choices can be found here: |
27 # Local time zone for this installation. Choices can be found here: |
28 # http://en.wikipedia.org/wiki/List_of_tz_zones_by_name |
28 # http://en.wikipedia.org/wiki/List_of_tz_zones_by_name |
29 # although not all choices may be available on all operating systems. |
29 # although not all choices may be available on all operating systems. |
30 # If running in a Windows environment this must be set to the same as your |
30 # If running in a Windows environment this must be set to the same as your |
31 # system time zone. |
31 # system time zone. |
32 TIME_ZONE = 'Europe/Paris' |
32 TIME_ZONE = 'UTC' |
33 |
33 |
34 # Language code for this installation. All choices can be found here: |
34 # Language code for this installation. All choices can be found here: |
35 # http://www.i18nguy.com/unicode/language-identifiers.html |
35 # http://www.i18nguy.com/unicode/language-identifiers.html |
36 LANGUAGE_CODE = 'fr-fr' |
36 LANGUAGE_CODE = 'fr-fr' |
37 |
37 |