Commit 7e2df27
committed
sor/eor triggers use numeric bounds for the unknown fields in validity
this ensures that:
- SOR trigger uses validity end which is understood by the framework as unknown
- EOR trigger uses validity start which is understood by the framework as unknown
For better or worse, we use numerical limits of validity_time_t as unknown/invalid validity timestamps.
We could consider using optionals instead, but before we do, this is the easiest fix.1 parent 35aeb25 commit 7e2df27
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
0 commit comments