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

--- Comment #1 from Marcel de Rooy <[email protected]> ---
Created attachment 66669
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66669&action=edit
Bug 19222: Why does dt_from_string not understand yyyy-mm-ddThh:mm:ss?

dt_from_string disregards the time part when there is a T before it.
But note that if you print a datetime it actually prints that T.
Like: 2017-08-31T13:32:37

A small regex adjustment could be helpful.

Test plan:
Run t/DateUtils.t

Signed-off-by: Marcel de Rooy <[email protected]>

-- 
You are receiving this mail because:
You are the assignee for the bug.
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