1DateTime::TimeZone::FloUasteirngC(o3n)tributed Perl DocuDmaetnetTaitmieo:n:TimeZone::Floating(3)
2
3
4
6 DateTime::TimeZone::Floating - A time zone that is always local
7
9 version 2.47
10
12 my $floating_tz = DateTime::TimeZone::Floating->new;
13
15 This class is used to provide the DateTime::TimeZone API needed by
16 DateTime.pm, but for floating times, as defined by the RFC 2445 spec.
17 A floating time has no time zone, and has an effective offset of zero.
18
20 This class has the same methods as a real time zone object. The
21 "short_name_for_datetime()" method returns the string "floating" and
22 the "category()" method returns "undef".
23
25 Bugs may be submitted at
26 <https://github.com/houseabsolute/DateTime-TimeZone/issues>.
27
28 I am also usually active on IRC as 'autarch' on "irc://irc.perl.org".
29
31 The source code repository for DateTime-TimeZone can be found at
32 <https://github.com/houseabsolute/DateTime-TimeZone>.
33
35 Dave Rolsky <autarch@urth.org>
36
38 This software is copyright (c) 2021 by Dave Rolsky.
39
40 This is free software; you can redistribute it and/or modify it under
41 the same terms as the Perl 5 programming language system itself.
42
43 The full text of the license can be found in the LICENSE file included
44 with this distribution.
45
46
47
48perl v5.32.1 2021-01-26 DateTime::TimeZone::Floating(3)