fix: fix Application UI using UTC time (#472) bump:patch

* use tzlocal to get the local time

* delete tmp folder

* update date_created and date_updated with current timezone

* pass precommit

* update date_created field default by local time
This commit is contained in:
cin-cris
2024-11-11 16:51:38 +07:00
committed by GitHub
parent 6a81c77dd8
commit 5b828c213c
6 changed files with 22 additions and 14 deletions

View File

@@ -29,6 +29,7 @@ dependencies = [
"gradio>=4.31.0,<5",
"python-multipart==0.0.12", # required for gradio, pinning to avoid yanking issues with micropip (fixed in gradio >= 5.4.0)
"markdown>=3.6,<4",
"tzlocal>=5.0",
]
authors = [
{ name = "@trducng", email = "john@cinnamon.is" },