{
  "id": "timestamp-converter",
  "slug": "timestamp-converter",
  "title": "Unix Timestamp Converter",
  "description": "Convert between Unix timestamps and human-readable dates in any timezone, with millisecond precision.",
  "category": "converters",
  "tags": ["timestamp", "unix", "epoch", "date", "time", "iso 8601"],
  "icon": "clock",
  "needsBackend": false,
  "relatedModules": ["unit-converter"],
  "seoIntro": "Unix timestamps count seconds (or milliseconds) since 1970-01-01 00:00:00 UTC. They are the most common way computer systems represent points in time.\n\nThis tool converts between timestamps and human-readable dates in any IANA timezone. The current time is shown live and conversions happen instantly in your browser.",
  "seoFaq": [
    { "q": "What's the difference between seconds and milliseconds?", "a": "Plain Unix time is in seconds. Most languages and JavaScript's Date.now() use milliseconds. The tool auto-detects which one you pasted." },
    { "q": "What's ISO 8601?", "a": "An international standard for date/time strings, e.g. 2025-12-31T23:59:59Z. It is unambiguous and timezone-aware." },
    { "q": "Will my timezone be detected?", "a": "Yes. Your browser's IANA timezone is selected by default. You can change it from the dropdown." }
  ]
}
