document changes

This commit is contained in:
Ravi Sawlani 2021-08-28 00:59:09 +05:30
parent f824d6123c
commit f013233c88
No known key found for this signature in database
GPG key ID: 09B68603EEB0638A

View file

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