From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

my $fmt = DateTime::Format::Czech->new;
ok $fmt->format(DateTime->now);
done_testing;