Add notes about the fields for timestamps.

This commit is contained in:
Tom Alexander 2023-10-02 11:58:02 -04:00
parent 9575ef30ac
commit 06ecf41663
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
1 changed files with 12 additions and 1 deletions

View File

@ -2119,7 +2119,18 @@ fn compare_timestamp<'b, 's>(
let this_status = DiffStatus::Good; let this_status = DiffStatus::Good;
let message = None; let message = None;
// TODO: Compare :type :range-type :raw-value :year-start :month-start :day-start :hour-start :minute-start :year-end :month-end :day-end :hour-end :minute-end // TODO: Compare :type :range-type :raw-value :year-start :month-start :day-start :hour-start :minute-start :year-end :month-end :day-end :hour-end :minute-end :repeater-type :repeater-value :repeater-unit :warning-type :warning-value :warning-unit
//
// :type unquoted atom either diary, active, inactive, active-range, or inactive-range.
// :range-type unquoted atom either nil, daterange
// :raw-value quoted string of the source
// :*-start :*-end unquoted integers
// :repeater-type optional unquoted atom with value cumulate
// :repeater-value unquoted integer
// :repeater-unit unquoted atom with value week
// :warning-type optional unquoted atom with value all
// :warning-value unquoted integer
// :warning-unit unquoted atom with value day
Ok(DiffResult { Ok(DiffResult {
status: this_status, status: this_status,