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

NAME

POSIX::strftime::GNU::XS - XS extension for POSIX::strftime::GNU

SYNOPSIS

  $ export PERL_POSIX_STRFTIME_GNU_XS=1

DESCRIPTION

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

FUNCTIONS

strftime

  $str = strftime($format, @time)

This is replacement for POSIX::strftime function.

The non-POSIX feature is that seconds can be float number.

SEE ALSO

POSIX::strftime::GNU.

AUTHOR

Piotr Roszatycki <dexter@cpan.org>

LICENSE

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

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

strftime function:

Copyright (c) 1991-2001, 2003-2007, 2009-2012 Free Software Foundation, Inc.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

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