{
    "content": [
        {
            "type": "text",
            "text": "# Time::Timezone (perldoc)\n\n## NAME\n\nTime::Timezone -- miscellaneous timezone manipulations routines\n\n## SYNOPSIS\n\nuse Time::Timezone;\nprint tz2zone();\nprint tz2zone($ENV{'TZ'});\nprint tz2zone($ENV{'TZ'}, time());\nprint tz2zone($ENV{'TZ'}, undef, $isdst);\n$offset = tzlocaloffset();\n$offset = tzoffset($TZ);\n\n## DESCRIPTION\n\nThis is a collection of miscellaneous timezone manipulation routines.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **AUTHORS**\n- **LICENSE**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Time::Timezone",
        "section": "",
        "mode": "perldoc",
        "summary": "Time::Timezone -- miscellaneous timezone manipulations routines",
        "synopsis": "use Time::Timezone;\nprint tz2zone();\nprint tz2zone($ENV{'TZ'});\nprint tz2zone($ENV{'TZ'}, time());\nprint tz2zone($ENV{'TZ'}, undef, $isdst);\n$offset = tzlocaloffset();\n$offset = tzoffset($TZ);",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 8,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 12,
                "subsections": []
            },
            {
                "name": "AUTHORS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "LICENSE",
                "lines": 3,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Time::Timezone -- miscellaneous timezone manipulations routines\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use Time::Timezone;\nprint tz2zone();\nprint tz2zone($ENV{'TZ'});\nprint tz2zone($ENV{'TZ'}, time());\nprint tz2zone($ENV{'TZ'}, undef, $isdst);\n$offset = tzlocaloffset();\n$offset = tzoffset($TZ);\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This is a collection of miscellaneous timezone manipulation routines.\n\n\"tz2zone()\" parses the TZ environment variable and returns a timezone string suitable for\ninclusion in date-like output. It optionally takes a timezone string, a time, and a is-dst flag.\n\n\"tzlocaloffset()\" determines the offset from GMT time in seconds. It only does the calculation\nonce.\n\n\"tzoffset()\" determines the offset from GMT in seconds of a specified timezone.\n\n\"tzname()\" determines the name of the timezone based on its offset\n",
                "subsections": []
            },
            "AUTHORS": {
                "content": "Graham Barr <bodg@tiuk.ti.com> David Muir Sharnoff <muir@idiom.org> Paul Foley <paul@ascent.com>\n",
                "subsections": []
            },
            "LICENSE": {
                "content": "David Muir Sharnoff disclaims any copyright and puts his contribution to this module in the\npublic domain.\n",
                "subsections": []
            }
        }
    }
}