Add commas (#24424)

This commit is contained in:
Synaptic149 2022-10-09 05:21:30 -07:00 committed by GitHub
parent 75ffd94f13
commit 8d2c7005bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ time_format:
default: "%H:%M" default: "%H:%M"
{% endconfiguration %} {% endconfiguration %}
For valid time zones check the **TZ** column in the [Wikipedia overview](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones). Or get the full list from the [pytz](https://pypi.python.org/pypi/pytz) module. For valid time zones, check the **TZ** column in the [Wikipedia overview](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones), or get the full list from the [pytz](https://pypi.python.org/pypi/pytz) module.
```shell ```shell
python3 -c "import pytz;print(pytz.all_timezones)" python3 -c "import pytz;print(pytz.all_timezones)"