I see in the offline replica time is stored as a double. But I cannot figure out how this number is determined. I would have assumed it was unix time, but it is not.
Follow-up to that is how could one query a replica using a date. I want something like:
date component of datefield is April 14 2020.
Right now the only thing I can see if to return all the rows and filter, obviously not the approach I would like to take.
Thanks
-Joe