mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +09:00
Use UTC where appropriate in python files
This commit is contained in:
parent
2876988213
commit
30d5f081aa
16 changed files with 29 additions and 29 deletions
|
|
@ -42,7 +42,7 @@ templates_path = ['_templates']
|
|||
source_suffix = '.rst'
|
||||
master_doc = 'index'
|
||||
project = u'Mozilla Source Tree Docs'
|
||||
year = datetime.now().year
|
||||
year = datetime.utcnow().year
|
||||
|
||||
# Grab the version from the source tree's milestone.
|
||||
# FUTURE Use Python API from bug 941299.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue