Specifying a timezone is not supported? #55

Open
opened 2025-12-29 00:22:01 +01:00 by adam · 1 comment
Owner

Originally created by @3minus1 on GitHub (Sep 12, 2018).

Shouldn't there be an option to specify a timezone with the time at which a job is supposed to be run?

Originally created by @3minus1 on GitHub (Sep 12, 2018). Shouldn't there be an option to specify a timezone with the time at which a job is supposed to be run?
Author
Owner

@efreesen commented on GitHub (Nov 13, 2019):

We solved it this way:

offset = Time.now.zone

Crono.perform(Worker).every 1.day, at: "00:00 #{offset}"
@efreesen commented on GitHub (Nov 13, 2019): We solved it this way: ```Ruby offset = Time.now.zone Crono.perform(Worker).every 1.day, at: "00:00 #{offset}" ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/crono#55