Get Timestamp From Datafoxid
2021, Mar 03
DataFox IDs are based on MongoDB ids which means they are 24 characters long and contain out of hexadecimal characters [a-z0-9]
First 8 characters contain TimeStamp so you can easily find out when the id (and associated record) was created.
Simple converter from DataFox Id to TimeStamp:
Enter mongo id:
and press Enter
Example ids:
5130efcb8989846a36001484 => Fri Mar 01 2013 19:13:31 GMT+0100 (Central European Standard Time)
5d7a29b7c2534f712dc89bcf => Thu Sep 12 2019 13:19:19 GMT+0200 (Central European Summer Time)