Skip to content

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

Open
@angelacode

Description

@angelacode
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} 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions