9 May
2017
9 May
'17
3:16 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18557 --- Comment #3 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Kyle, my understanding is that the best would be to use dt_from_string: my $dtf = Koha::Database->new->schema->storage->datetime_parser; then ->search({ date_end => { '>=' => $dtf->format_datetime( dt_from_string() ) } }) Do not you think? -- You are receiving this mail because: You are watching all bug changes.