https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22453

--- Comment #2 from Jonathan Druart <[email protected]> 
---
% 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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to