cyberchef_timestamp_identify
Identify what timestamp formats a number or version-1 UUID could represent, returning a ranked list of plausible interpretations to use before date conversion.
Instructions
Given a number that might be a time, rank every format it could plausibly be — the step before CyberChef's date operations, which all need you to know the format already. Covers Unix at four resolutions, FILETIME, Chrome/WebKit, .NET ticks, UUIDv1, OLE Automation and Delphi, HFS+, Cocoa and GPS, and takes a v1 UUID directly. Always a ranked list: one 64-bit integer is a valid FILETIME, Cocoa date and nanosecond count at once, so a single confident answer would be wrong by construction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | The number, as decimal, hex, or a version-1 UUID. | |
| show_all | No | Include interpretations outside the window, when the window is what is wrong. | |
| plausible_to | No | Latest such date. | 2040-01-01 |
| plausible_from | No | Earliest date a result may have and still be called plausible, as YYYY-MM-DD. | 1990-01-01 |