mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
add CHANGES for pot-creation-date format. Closes #1182
This commit is contained in:
parent
e61d016ad1
commit
b7be3d2f4b
6
CHANGES
6
CHANGES
@ -6,6 +6,12 @@ Features added
|
||||
|
||||
* Builders: rebuild i18n target document when catalog updated.
|
||||
|
||||
Incompatible changes
|
||||
--------------------
|
||||
|
||||
* PR#144, #1182: Force timezone offset to UTC on POT-Creation-Date that was
|
||||
generated by gettext builder. Thanks to masklinn.
|
||||
|
||||
Bugs fixed
|
||||
----------
|
||||
|
||||
|
@ -108,7 +108,6 @@ class I18nBuilder(Builder):
|
||||
|
||||
|
||||
ZERO = timedelta(0)
|
||||
HOUR = timedelta(hours=1)
|
||||
|
||||
class UTC(tzinfo):
|
||||
"""UTC"""
|
||||
|
Loading…
Reference in New Issue
Block a user