{
    "content": [
        {
            "type": "text",
            "text": "# Time::tm (perldoc)\n\n## NAME\n\nTime::tm - internal object used by Time::gmtime and Time::localtime\n\n## SYNOPSIS\n\nDon't use this module directly.\n\n## DESCRIPTION\n\nThis module is used internally as a base class by Time::localtime And Time::gmtime functions. It\ncreates a Time::tm struct object which is addressable just like's C's tm structure from time.h;\nnamely with sec, min, hour, mday, mon, year, wday, yday, and isdst.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **AUTHOR**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Time::tm",
        "section": "",
        "mode": "perldoc",
        "summary": "Time::tm - internal object used by Time::gmtime and Time::localtime",
        "synopsis": "Don't use this module directly.",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Time::tm - internal object used by Time::gmtime and Time::localtime\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "Don't use this module directly.\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This module is used internally as a base class by Time::localtime And Time::gmtime functions. It\ncreates a Time::tm struct object which is addressable just like's C's tm structure from time.h;\nnamely with sec, min, hour, mday, mon, year, wday, yday, and isdst.\n\nThis class is an internal interface only.\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Tom Christiansen\n",
                "subsections": []
            }
        }
    }
}