{
    "content": [
        {
            "type": "text",
            "text": "# DateTime::TimeZone::Floating (perldoc)\n\n## NAME\n\nDateTime::TimeZone::Floating - A time zone that is always local\n\n## SYNOPSIS\n\nmy $floatingtz = DateTime::TimeZone::Floating->new;\n\n## DESCRIPTION\n\nThis class is used to provide the DateTime::TimeZone API needed by DateTime.pm, but for floating\ntimes, as defined by the RFC 2445 spec. A floating time has no time zone, and has an effective\noffset of zero.\n\n## Sections\n\n- **NAME**\n- **VERSION**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **USAGE**\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::Floating",
        "section": "",
        "mode": "perldoc",
        "summary": "DateTime::TimeZone::Floating - A time zone that is always local",
        "synopsis": "my $floatingtz = DateTime::TimeZone::Floating->new;",
        "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": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "USAGE",
                "lines": 3,
                "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::Floating - A time zone that is always local\n",
                "subsections": []
            },
            "VERSION": {
                "content": "version 2.51\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "my $floatingtz = DateTime::TimeZone::Floating->new;\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This class is used to provide the DateTime::TimeZone API needed by DateTime.pm, but for floating\ntimes, as defined by the RFC 2445 spec. A floating time has no time zone, and has an effective\noffset of zero.\n",
                "subsections": []
            },
            "USAGE": {
                "content": "This class has the same methods as a real time zone object. The \"shortnamefordatetime()\"\nmethod returns the string \"floating\" and the \"category()\" method returns \"undef\".\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": []
            }
        }
    }
}