fix(scheduled_tasks): replace broken time parsing code with cron library

This commit is contained in:
alyssa 2025-01-02 00:34:15 +00:00
parent f1de2f2858
commit 357122a892
3 changed files with 42 additions and 76 deletions

View file

@ -16,4 +16,5 @@ sqlx = { workspace = true }
tokio = { workspace = true }
tracing = { workspace = true }
croner = "2.1.0"
num-format = "0.4.4"