{
    "content": [
        {
            "type": "text",
            "text": "# tai64nlocal (man)\n\n## NAME\n\ntai64nlocal - converts precise TAI64N timestamps to a human-readable format.\n\n## DESCRIPTION\n\ntai64nlocal reads lines from stdin. If a line does not begin with @, tai64nlocal writes it to\nstdout  without  change. If a line begins with @, tai64nlocal looks for a timestamp after the\n@, in the format printed by tai64n(8), and writes the line to stdout with the timestamp  con‐\nverted to local time in ISO format: YYYY-MM-DD HH:MM:SS.SSSSSSSSS.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS** (1 subsections)\n- **DESCRIPTION**\n- **EXIT CODES**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "tai64nlocal",
        "section": "",
        "mode": "man",
        "summary": "tai64nlocal - converts precise TAI64N timestamps to a human-readable format.",
        "synopsis": "",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [
            {
                "name": "supervise",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/supervise/8/json"
            },
            {
                "name": "svc",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/svc/8/json"
            },
            {
                "name": "svok",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/svok/8/json"
            },
            {
                "name": "svstat",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/svstat/8/json"
            },
            {
                "name": "svscanboot",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/svscanboot/8/json"
            },
            {
                "name": "svscan",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/svscan/8/json"
            },
            {
                "name": "readproctitle",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/readproctitle/8/json"
            },
            {
                "name": "fghack",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/fghack/8/json"
            },
            {
                "name": "pgrphack",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/pgrphack/8/json"
            },
            {
                "name": "multilog",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/multilog/8/json"
            },
            {
                "name": "tai64n",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/tai64n/8/json"
            },
            {
                "name": "setuidgid",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/setuidgid/8/json"
            },
            {
                "name": "envuidgid",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/envuidgid/8/json"
            },
            {
                "name": "envdir",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/envdir/8/json"
            },
            {
                "name": "limit",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/limit/8/json"
            },
            {
                "name": "setlock",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/setlock/8/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "tai64nlocal",
                        "lines": 1
                    }
                ]
            },
            {
                "name": "DESCRIPTION",
                "lines": 23,
                "subsections": []
            },
            {
                "name": "EXIT CODES",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 7,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "tai64nlocal - converts precise TAI64N timestamps to a human-readable format.\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "",
                "subsections": [
                    {
                        "name": "tai64nlocal",
                        "content": ""
                    }
                ]
            },
            "DESCRIPTION": {
                "content": "tai64nlocal reads lines from stdin. If a line does not begin with @, tai64nlocal writes it to\nstdout  without  change. If a line begins with @, tai64nlocal looks for a timestamp after the\n@, in the format printed by tai64n(8), and writes the line to stdout with the timestamp  con‐\nverted to local time in ISO format: YYYY-MM-DD HH:MM:SS.SSSSSSSSS.\n\nFor example, in the US/Pacific time zone, the input line\n\n@4000000037c219bf2ef02e94 mark\n\nshould be printed as\n\n1999-08-23 21:03:43.787492500 mark\n\nBeware,  however, that the current implementation of tai64nlocal relies on the UNIX localtime\nlibrary routine to find the local time. Some localtime  implementations  use  a  broken  time\nscale  that does not account for leap seconds. On systems that use the Olson tz library (with\nan up-to-date leap-second table), you can fix this problem by setting your time zone to, e.g,\nright/US/Pacific instead of US/Pacific.\n\nBeware also that most localtime implementations are not Y2038-compliant.\n\ntai64nlocal does not allocate any memory after it starts, except possibly inside localtime.\n",
                "subsections": []
            },
            "EXIT CODES": {
                "content": "tai64nlocal exits 0 when it sees end of input. It exits 111 without an error  message  if  it\nhas trouble reading stdin or writing stdout.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "supervise(8),   svc(8),   svok(8),  svstat(8),  svscanboot(8),  svscan(8),  readproctitle(8),\nfghack(8), pgrphack(8), multilog(8), tai64n(8), setuidgid(8), envuidgid(8), envdir(8),  soft‐\nlimit(8), setlock(8)\n\nhttp://cr.yp.to/daemontools.html\n\ntai64nlocal(8)",
                "subsections": []
            }
        }
    }
}