Coverage for benefits/locale/es/formats.py: 100%

1 statements  

« prev     ^ index     » next       coverage.py v7.6.4, created at 2024-10-21 19:31 +0000

1# Both “d” and “e” are backslash-escaped, because otherwise each is a format string 

2# that displays the day and the timezone name, respectively. 

3# Instead we want the literal word "de" 

4# https://docs.djangoproject.com/en/5.0/ref/templates/builtins/#date-and-time-formatting-specifiers 

5DATE_FORMAT = r"j \d\e F \d\e Y"