Commit 94c365e
Adrien Kunysz
Format dates in a nicer way.
Before this change timestamps are shown to users like this:
le 13/12/23 à 20:38
After this change it shows this:
le 13 décembre 2023 à 20:38
This avoids some confusion for users who are often exposed to the "mm/dd/yy" format.
This resolves https://linuxfr.org/suivi/le-format-d-affichage-des-dates-est-ambigu1 parent 44be0cb commit 94c365e
4 files changed
Lines changed: 7 additions & 5 deletions
File tree
- app
- helpers
- views/redaction
- config
- initializers
- locales
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
121 | | - | |
122 | | - | |
| 120 | + | |
123 | 121 | | |
124 | 122 | | |
125 | 123 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
0 commit comments