Fixing error no year categories.

This commit is contained in:
Sergiotarxz 2025-01-09 21:51:45 +01:00
parent 7b31abe56c
commit 50a61f5b9b

View File

@ -1,3 +1,6 @@
% use Time::Piece;
% my $t = Time::Piece->new();
% my $year = $t->year;
% use Data::Dumper;
% use DateTime::Format::ISO8601;
% use Mojo::DOM;