Timestamps
- How I read Unix timestamps without guessing seconds or milliseconds
A timestamp bug often starts with one question: is this value in seconds or milliseconds? Getting that wrong can move dates to 1970 or far into the future. The Timestamp Converter tool is useful because it lets me check …