mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Docs: More syntax definitions around exclusions
This commit is contained in:
parent
f8e26b5b45
commit
8db434e0e3
1 changed files with 10 additions and 10 deletions
|
@ -82,11 +82,11 @@ Will be stored in a rule, whose purpose is to return a set of exclusion
|
|||
intervals:
|
||||
|
||||
define exclusions:
|
||||
monday = 8am-12pm, 12:45pm-5:30pm
|
||||
tuesday = 8am-12pm, 12:45pm-6:30pm
|
||||
wednesday = 8am-12pm, 1:30pm-5:30pm
|
||||
thursday = 8am-12pm, 12:45pm-5:30pm
|
||||
friday = 8am-12pm, 12:45pm-5:30pm
|
||||
monday = 8:00:00-12:00:00 12:45:00-17:30:00
|
||||
tuesday = 8:00:00-12:00:00 12:45:00-18:30:00
|
||||
wednesday = 8:00:00-12:00:00 13:30:00-17:30:00
|
||||
thursday = 8:00:00-12:00:00 12:45:00-17:30:00
|
||||
friday = 8:00:00-12:00:00 12:45:00-17:30:00
|
||||
|
||||
Additional exclusions include:
|
||||
|
||||
|
@ -96,11 +96,11 @@ Additional exclusions include:
|
|||
Yielding:
|
||||
|
||||
define exclusions:
|
||||
monday = 8am-12pm, 12:45pm-5:30pm
|
||||
tuesday = 8am-12pm, 12:45pm-6:30pm
|
||||
wednesday = 8am-12pm, 1:30pm-5:30pm
|
||||
thursday = 8am-12pm, 12:45pm-5:30pm
|
||||
friday = 8am-12pm, 12:45pm-5:30pm
|
||||
monday = 8:00:00-12:00:00 12:45:00-17:30:00
|
||||
tuesday = 8:00:00-12:00:00 12:45:00-18:30:00
|
||||
wednesday = 8:00:00-12:00:00 13:30:00-17:30:00
|
||||
thursday = 8:00:00-12:00:00 12:45:00-17:30:00
|
||||
friday = 8:00:00-12:00:00 12:45:00-17:30:00
|
||||
days:
|
||||
2016_01_01 = On
|
||||
2016_01_02 = Off
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue