kpsul/cof/locale/fr/formats.py

8 lines
113 B
Python
Raw Normal View History

"""
Formats français.
"""
2019-01-06 00:25:41 +01:00
DATETIME_FORMAT = r"l j F Y \à H\hi"
DATE_FORMAT = r"l j F Y"
TIME_FORMAT = r"H\hi"