diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2022-02-07 00:34:29 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2022-02-07 00:34:54 +0100 |
| commit | fbacfeb8a203d5e9cb7088ef5f62210b6095ee0f (patch) | |
| tree | 52b7b4f9a0fa9546e27f08a6a6204218e6202e24 /build-concerts.py | |
| parent | 214f6aa6553ecdfa11d2ec63bb1cef1a49e8538d (diff) | |
| download | quatuorbellefeuille.com-fbacfeb8a203d5e9cb7088ef5f62210b6095ee0f.tar.xz | |
Fix English concerts
Diffstat (limited to 'build-concerts.py')
| -rwxr-xr-x | build-concerts.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-concerts.py b/build-concerts.py index 3581421..9c8176a 100755 --- a/build-concerts.py +++ b/build-concerts.py @@ -256,7 +256,7 @@ DETAILS_TEMPLATE = '''\ DATE_FORMATTERS = { 'en': { 'date': lambda d: d.strftime('%A %B %-d, %Y'), - 'time': lambda d: d.strftime('%I:%M %p'), + 'time': lambda d: d.strftime('%I:%M %P'), }, 'fr': { 'date': lambda d: d.strftime('%A %-d %B %Y').capitalize(), |
