We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In my hunt to use Montrose I stumbled upon something which makes me offer the question in the subject:
mortimer(dev)> re = Montrose.r => #<Montrose::Recurrence:175b74 {}> mortimer(dev)> starts = Date.new(2024, 1, 1) mortimer(dev)> ends = Date.new(2024, 12, 23) => Mon, 23 Dec 2024 mortimer(dev)> re = re.daily(month: :july, between: starts..ends) => #<Montrose::Recurrence:18554c {:every=>:day, :starts=>2024-01-01 00:00:00 +0100, :until=>2024-12-23 00:00:00 +0100, :month=>[7]}> mortimer(dev)> re.include? Date.today => false mortimer(dev)> re.include? Time.current => false mortimer(dev)> Time.current => Tue, 09 Jul 2024 12:49:54.837515000 UTC +00:00 mortimer(dev)> Date.current => Tue, 09 Jul 2024 mortimer(dev)>
- which is obviously not true
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In my hunt to use Montrose I stumbled upon something which makes me offer the question in the subject:
- which is obviously not true
The text was updated successfully, but these errors were encountered: