diff options
author | dfhoughton <dfhoughton@gmail.com> | 2019-02-02 14:28:22 -0500 |
---|---|---|
committer | dfhoughton <dfhoughton@gmail.com> | 2019-02-02 14:28:22 -0500 |
commit | a2a54246b1b1e992dddfb28d3eae4554a457521d (patch) | |
tree | 8704bcd9d848cd3c7e12ae89489ee2fb1da98291 /README.md | |
parent | 20aad02a8e255d18a8a5416212028b18708d6218 (diff) | |
download | two-timer-a2a54246b1b1e992dddfb28d3eae4554a457521d.zip |
added time around pattern
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -24,6 +24,11 @@ Some expressions it can handle: * next weekend * 2000 * the nineteenth of March 1810 +* the 5th of November * the ides of March +* the first +* two seconds before 12:00 PM +* 1 week after May first +* 15 minutes around 12:13:43 PM The complete API is available at https://docs.rs/two_timer/0.1.0/two_timer/. |