Commit dfe32bc
docs(prime): add RecordedTime date example and warn that Day is null for servings (#26)
The gocronometer ServingRecord struct exposes a Day field in JSON output
that is always null. Add a GOTCHA note directing users to RecordedTime
for date-based jq filtering, and add a concrete date-filter recipe using
RecordedTime | startswith(...) to match the biometrics sort_by pattern.
Fixes #25
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Darrell <DTTerastar@users.noreply.github.com>1 parent 3792cdc commit dfe32bc
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
94 | 97 | | |
95 | 98 | | |
96 | 99 | | |
| |||
103 | 106 | | |
104 | 107 | | |
105 | 108 | | |
| 109 | + | |
| 110 | + | |
106 | 111 | | |
107 | 112 | | |
108 | 113 | | |
| |||
0 commit comments