{
    "content": [
        {
            "type": "text",
            "text": "# DateTime::TimeZone::Local::VMS (perldoc)\n\n## NAME\n\nDateTime::TimeZone::Local::VMS - Determine the local system's time zone on VMS\n\n## SYNOPSIS\n\nmy $tz = DateTime::TimeZone->new( name => 'local' );\nmy $tz = DateTime::TimeZone::Local->TimeZone();\n\n## DESCRIPTION\n\nThis module provides methods for determining the local time zone on a VMS platform.\n\n## Sections\n\n- **NAME**\n- **VERSION**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **HOW THE TIME ZONE IS DETERMINED**\n- **SUPPORT**\n- **SOURCE**\n- **AUTHOR**\n- **COPYRIGHT AND LICENSE**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "DateTime::TimeZone::Local::VMS",
        "section": "",
        "mode": "perldoc",
        "summary": "DateTime::TimeZone::Local::VMS - Determine the local system's time zone on VMS",
        "synopsis": "my $tz = DateTime::TimeZone->new( name => 'local' );\nmy $tz = DateTime::TimeZone::Local->TimeZone();",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "VERSION",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "HOW THE TIME ZONE IS DETERMINED",
                "lines": 16,
                "subsections": []
            },
            {
                "name": "SUPPORT",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SOURCE",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "COPYRIGHT AND LICENSE",
                "lines": 7,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "DateTime::TimeZone::Local::VMS - Determine the local system's time zone on VMS\n",
                "subsections": []
            },
            "VERSION": {
                "content": "version 2.51\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "my $tz = DateTime::TimeZone->new( name => 'local' );\n\nmy $tz = DateTime::TimeZone::Local->TimeZone();\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This module provides methods for determining the local time zone on a VMS platform.\n\nNOTE: This is basically a stub pending an implementation by someone who knows something about\nVMS.\n",
                "subsections": []
            },
            "HOW THE TIME ZONE IS DETERMINED": {
                "content": "This class tries the following methods of determining the local time zone:\n\n*   %ENV\n\nWe check the following environment variables:\n\n*       TZ\n\n*       SYS$TIMEZONERULE\n\n*       SYS$TIMEZONENAME\n\n*       UCX$TZ\n\n*       TCPIP$TZ\n",
                "subsections": []
            },
            "SUPPORT": {
                "content": "Bugs may be submitted at <https://github.com/houseabsolute/DateTime-TimeZone/issues>.\n",
                "subsections": []
            },
            "SOURCE": {
                "content": "The source code repository for DateTime-TimeZone can be found at\n<https://github.com/houseabsolute/DateTime-TimeZone>.\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Dave Rolsky <autarch@urth.org>\n",
                "subsections": []
            },
            "COPYRIGHT AND LICENSE": {
                "content": "This software is copyright (c) 2021 by Dave Rolsky.\n\nThis is free software; you can redistribute it and/or modify it under the same terms as the Perl\n5 programming language system itself.\n\nThe full text of the license can be found in the LICENSE file included with this distribution.\n",
                "subsections": []
            }
        }
    }
}