When using a conditional in a table spec that compares 2 date objects, the comparison fails because the 2 objects aren't in a state that can be compared.
UTCDateTime cannot be compared using comparison operators UTCDateTime. A DateTime object however, can be.
When using a conditional in a table spec that compares 2 date objects, the comparison fails because the 2 objects aren't in a state that can be compared.
UTCDateTime
cannot be compared using comparison operatorsUTCDateTime
. ADateTime
object however, can be.