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:
@@ -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" },
|
||||
|
Reference in New Issue
Block a user