mvniekerk / tokio-cron-scheduler

Schedule tasks on Tokio using cron-like annotation
Apache License 2.0
529 stars 59 forks source link

utc problem! #47

Closed wing-zacharias closed 9 months ago

wing-zacharias commented 1 year ago

This project seems to use cron, consider using chrono::Local instead of chrono::Utc, maybe it's works better.

mvniekerk commented 9 months ago

Please check version 0.10.0 and the builder API, if it works better for you?