This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
POSIX/t/time.t: Remove no longer necessary code
authorKarl Williamson <khw@cpan.org>
Thu, 4 May 2023 12:31:30 +0000 (06:31 -0600)
committerKarl Williamson <khw@cpan.org>
Thu, 17 Aug 2023 15:36:52 +0000 (09:36 -0600)
commit54c585feedc0274a834c4eab6b408064086b3d4a
treef2fadbce1cb1d312341aabe9e913c51938dec6e8
parent492c28719682673e6c19378edf6824d79784b33e
POSIX/t/time.t: Remove no longer necessary code

POSIX::strftime() now automatically handles the case where the locales of
LC_TIME and LC_CTYPE aren't the same.  So no need to explicitly do this
in the test file.
ext/POSIX/t/time.t