bubble has an odd way of handling dates

dates are never “null”
they will show as empty in the backend
but the data is actually always 1 jan 1970

they do this to avoid null errors but it creates other issues especially when using date comparisons like ><