NAME

POSIX::strftime::GNU::PP - Pure-Perl extension for POSIX::strftime::GNU

SYNOPSIS

$ export PERL_POSIX_STRFTIME_GNU_PP=1

DESCRIPTION

This is PP extension for POSIX::strftime which implements more character sequences compatible with GNU systems.

FUNCTIONS

$str = tzoffset (@time)

Returns the +hhmm or -hhmm numeric timezone (the hour and minute offset from UTC).

$str = tzname (@time)

Returns the abbreviation of the time zone (e.g. "UTC" or "CEST").

$num = isoweeknum (@time)

Returns the number of the week based on ISO-8601 standard. See http://en.wikipedia.org/wiki/ISO_8601 for details.

$num = isoyearnum (@time)

Returns the number of the year based on ISO-8601 standard. See http://en.wikipedia.org/wiki/ISO_8601 for details.

$str = strftime_orig (@time)

This is original POSIX::strftime function.

$str = strftime (@time)

This is replacement for POSIX::strftime function.

SEE ALSO

POSIX::strftime::GNU.

AUTHOR

Piotr Roszatycki <dexter@cpan.org>

LICENSE

Copyright (c) 2012 Piotr Roszatycki <dexter@cpan.org>.

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

See http://dev.perl.org/licenses/artistic.html