Skip to content

Commit

Permalink
Add note about nat 256 char limit, gh-104
Browse files Browse the repository at this point in the history
  • Loading branch information
jmettraux committed Aug 14, 2024
1 parent 6a75274 commit 2a11805
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,8 @@ Fugit::Nat.parse('every day at 16:15 nada 18:30', multi: true)

`multi: false` is the default behaviour, return a single `Fugit::Cron` instance or nil when it cannot parse.

Please note that "nat" input is limited to 256 characters (fugit 1.11.1).

### Nat Midnight

`"Every day at midnight"` is supported, but `"Every monday at midnight"` will be interpreted (as of Fugit <= 1.4.x) as `"Every monday at 00:00"`. Sorry about that.
Expand Down

0 comments on commit 2a11805

Please sign in to comment.