Yes, that actually makes sense. It seems that a date value like YYYY-MM-DD
is misinterpreted as the current date, but a date with a time (YYYY-MM-DDTHH:MM:SSZ
) is interpreted correctly.
1 Like
Yes, that actually makes sense. It seems that a date value like YYYY-MM-DD
is misinterpreted as the current date, but a date with a time (YYYY-MM-DDTHH:MM:SSZ
) is interpreted correctly.