2022-01-03 UTC
# jeremycherfas I'm looking at a sqlite db that has a value labelled `ts` which I suspect means timestamp. However, it is a 13-digit number that translates to a date way in the future. If I take the first 10 digits, the date is correct. Any idea what the 13-digit number represents. I've no idea whether the 3 final digits might be some kind of checksum or other validation.