5 Mar
2019
5 Mar
'19
5:58 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22453 --- Comment #2 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- % more build_date.pl use Modern::Perl; use t::lib::TestBuilder; my $builder = t::lib::TestBuilder->new; my $patron = $builder->build_object( { class => 'Koha::Patrons' } ); say $patron->updated_on; say `date`; % perl build_date.pl 2019-03-05 16:57:57 Tue Mar 5 13:57:57 -03 2019 -- You are receiving this mail because: You are watching all bug changes.