From f013233c88c8822b36aa6b48aa665b72faaae31a Mon Sep 17 00:00:00 2001 From: Ravi Sawlani Date: Sat, 28 Aug 2021 00:59:09 +0530 Subject: [PATCH] document changes --- docs/src/time.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/src/time.md b/docs/src/time.md index b82e1b2e1..7b7380a8f 100644 --- a/docs/src/time.md +++ b/docs/src/time.md @@ -28,3 +28,18 @@ Some of the units allow an adjectival form, such as `daily` or `annually`; this [ISO 8601 standard durations](https://en.wikipedia.org/wiki/ISO_8601#Durations) are also allowed. While the standard does not specify the length of "P1Y" or "P1M", Taskchampion treats those as 365 and 30 days, respectively. + + +## Named Timestamps + +Some commonly used named timestamps + + * `today` Start of today + * `yesterday` Start of yesterday + * `tomorrow` Start of tomorrow + * `sod` Start of today + * `eod` End of today + * `sow` Start of the next week + * `eow` End of the week + * 'eoww End of work week + * `soww` Start of the next work week \ No newline at end of file