Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

daily versus every day at a time have different behaviors #16

Open
angelacode opened this issue May 6, 2017 · 0 comments
Open

daily versus every day at a time have different behaviors #16

angelacode opened this issue May 6, 2017 · 0 comments

Comments

@angelacode
Copy link

2.2.1 :023 > t = Tickle.parse('every day starting today at 11am')
 => {:next=>2018-05-06 11:00:00 +0000, :expression=>"day", :starting=>2018-05-06 11:00:00 +0000, :until=>nil} 
2.2.1 :024 > t = Tickle.parse('daily starting today at 11am')
 => {:next=>2017-05-07 18:18:41 +0000, :expression=>"daily starting today at 11am", :starting=>2017-05-06 18:18:41 +0000, :until=>nil} 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant