The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

DateTime::TimeZone::Local::hpux - Local timezone detection for HP-UX

VERSION

$Id: hpux.pm,v 1.8 2009/10/15 13:17:25 omengue Exp $

SYNOPSIS

On an HP-UX system ($^O eq 'hpux'):

    use DateTime::TimeZone;

    my $tz = DateTime::TimeZone(name => 'local');

DESCRIPTION

This module is automatically loaded by DateTime::TimeZone::Local on HP-UX systems, based on the $^O value (the fix for bug RT#44724 must have been applied (fixed in DateTime::TimeZone 0.87)).

This is a workaround for bug RT#44721.

METHODS

As a subclass of DateTime::TimeZone::Local, the following methods are overridden:

Methods()

See "SUBCLASSING" in DateTime::TimeZone::Local.

SEE ALSO

"CAVEAT" in DateTime::TimeZone::HPUX.
man 4 tztab
/usr/lib/tztab
http://rt.cpan.org/Public/Bug/Display.html?id=44721
http://rt.cpan.org/Public/Bug/Display.html?id=44724

BUGS

See "BUGS" in DateTime::TimeZone::HPUX.

AUTHOR

Olivier Mengué, <dolmen at cpan.org>

COPYRIGHT & LICENSE

Copyright 2009 Olivier Mengué.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl 5.10.0 itself.