class Sidetiq::Clock
Attributes
time_zone[RW]
Time zone for Sidetiq
. If you don't set this, it is automatically set to Time.zone
when the first class to include Sidetiq::Schedulable
is defined.
Sidetiq.clock.time_zone = ActiveSupport::TimeZone['Tokyo']