What Windows FILETIME Converter does
Convert between UTC timestamps and unsigned 64-bit Windows FILETIME ticks.
Input and output contract
FILETIME is interpreted as 100-nanosecond intervals since 1601-01-01 UTC. Decimal/hex FILETIME values or an ISO UTC timestamp.
Important limitations
JavaScript Date precision is milliseconds, so sub-millisecond FILETIME precision is not preserved when decoding to an ISO date.
Safety
This Phase 44 Tool runs locally in the browser with explicit input bounds. It does not infer game compatibility or repair unsupported formats.