mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-30 11:18:39 +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
|
|
@ -18,7 +18,7 @@ import os
|
|||
|
||||
PROJECT_NAME = "psutil"
|
||||
AUTHOR = "Giampaolo Rodola'"
|
||||
THIS_YEAR = str(datetime.datetime.now().year)
|
||||
THIS_YEAR = str(datetime.datetime.utcnow().year)
|
||||
HERE = os.path.abspath(os.path.dirname(__file__))
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue