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 1.70
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, but the
21 "short_name_for_datetime()", and "category()" methods both return
22 undef.
23
25 Dave Rolsky <autarch@urth.org>
26
28 This software is copyright (c) 2014 by Dave Rolsky.
29
30 This is free software; you can redistribute it and/or modify it under
31 the same terms as the Perl 5 programming language system itself.
32
33
34
35perl v5.16.3 2014-06-01 DateTime::TimeZone::Floating(3)