mvniekerk / tokio-cron-scheduler

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

utc problem! #47

Closed wing-zacharias closed 5 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 5 months ago

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