mirror of
https://github.com/plashchynski/crono.git
synced 2026-01-11 21:10:24 +01:00
[PR #59] [MERGED] rails timezone support #92
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/plashchynski/crono/pull/59
Author: @0xRichardH
Created: 2/28/2017
Status: ✅ Merged
Merged: 3/10/2017
Merged by: @plashchynski
Base:
master← Head:master📝 Commits (2)
258052b✨ rails timezone supportd72a2d2write some annotation📊 Changes
7 files changed (+36 additions, -32 deletions)
View changed files
📝
lib/crono/cli.rb(+2 -2)📝
lib/crono/job.rb(+5 -5)📝
lib/crono/period.rb(+4 -4)📝
lib/crono/time_of_day.rb(+2 -2)📝
spec/job_spec.rb(+2 -2)📝
spec/period_spec.rb(+17 -17)📝
spec/spec_helper.rb(+4 -0)📄 Description
I think in Rails way, Crono timezone should not dependent on system timezone , it should dependent Rails project time zone.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.