Fix human_readable not handling UTC dates properly, add types-pytz

This commit is contained in:
2024-11-01 16:36:47 -05:00
parent daf9254596
commit 40669b8f08
4 changed files with 35 additions and 20 deletions

33
.vscode/settings.json vendored
View File

@@ -1,18 +1,17 @@
{
"cSpell.words": [
"apscheduler",
"bpython",
"Callsite",
"excepthook",
"inmemory",
"linkpulse",
"migratehistory",
"Nixpacks",
"starlette",
"structlog",
"timestamper"
],
"python.analysis.extraPaths": [
"./backend/"
]
}
"cSpell.words": [
"apscheduler",
"bpython",
"Callsite",
"excepthook",
"inmemory",
"linkpulse",
"migratehistory",
"Nixpacks",
"pytz",
"starlette",
"structlog",
"timestamper"
],
"python.analysis.extraPaths": ["./backend/"]
}