NAME

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

VERSION

$Id: hpux.pm,v 1.4 2009/04/22 09:40:49 omengue Exp $

SYNOPSIS

This is a workaround for bug RT#44721.

The fix for bug RT#44724 must have been applied (fixed in DateTime::TimeZone 0.87).

METHODS

Methods()

See DateTime::TimeZone::Local

SEE ALSO

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

The current implementation is simply a hard coded mapping between the tztab I found on my system to the Olson DB. This means that the TimeZone returned may not directly match the definition in /usr/lib/tztab. I consider this as a feature as DateTime::TimeZone is actively maintained, probaly much more than your local tztab.

AUTHOR

Olivier Mengué, <dolmen at cpan.org>

BUGS

Please report any bugs or feature requests to bug-datetime-timezone-hpux at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=DateTime-TimeZone-HPUX. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

perldoc DateTime::TimeZone::Local::hpux

You can also look for information at:

ACKNOWLEDGEMENTS

COPYRIGHT & LICENSE

Copyright 2009 Olivier Mengué, all rights reserved.

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