Convert timestamps to POSIXct with a magnitude guard
entropia_datetime_auto.RdPure helper for columns whose unit is not guaranteed (currently
entities.created_at and triples.created_at, whose DDL default is epoch
seconds but which the app writes in milliseconds). Values below 1e12 are
treated as epoch seconds, everything else as epoch milliseconds – the same
guard EntropIA migration 0019 used.