Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
drgrib committed Apr 8, 2020
1 parent 2264b7b commit 175b4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ All end time timers are set to align to zero seconds on the minute so they will

## Parsing Rules

* Integers less than `100` will be interpretted as minutes.
* Integers less than `100` and floats will be interpretted as minutes.
* Strings fitting a call to [`time.ParseDuration`](https://golang.org/pkg/time/#ParseDuration) will be interpretted as that duration. E.g. `1m30s` or `2h`.
* Strings ending in `a`, `p`, `am`, or `pm` will be interpretted as times. E.g. `1p` or `930a`.
* Integers greater than or equal to `100` will be interpretted as times. E.g. `242` will be interpretted as the next occurence of `2:42` and set to `am` or `pm`, whichever is soonest.
Expand Down

0 comments on commit 175b4a8

Please sign in to comment.