Bug 26265: (QA follow-up) Remove g option from regex, add few dirs
[koha-equinox.git] / Koha / DateUtils.pm
2020-05-29 Jonathan DruartBug 25617: (bug 25133 follow-up) 12 PM is not 24 but 0
2020-05-04 Jonathan DruartBug 25133: Handle 12hr format for dt_from_string
2020-02-24 Jonathan DruartBug 24545: Fix license statements
2020-02-13 Andrew IsherwoodBug 24643: Support fractional seconds
2019-02-04 Tomas Cohen AraziBug 19816: Implement dateonly for rfc3339 format
2017-12-14 Lari TaskulaBug 18330: Add RFC3339 to Koha::DateUtils
2017-04-21 Jonathan DruartBug 17502: Add info when throwing the exception
2017-04-21 Marcel de RooyBug 17502: Throw some exceptions in output_pref
2017-04-21 Marcel de RooyBug 17502: Add type check to output_pref
2016-08-10 Jonathan DruartBug 16848: Prevent invalid warning to be carped from...
2016-03-24 Jonathan Druart Bug 16011: $VERSION - Remove comments
2015-11-19 Marc VéronBug 12072: Add system preference for New dateformat...
2015-11-13 Jonathan DruartBug 15166: Carp if an invalid date is passed
2015-11-13 Jonathan DruartBug 15166: Make output_pref takes a string in parameter
2015-03-30 Jonathan DruartBug 13601: The fallback regex should contain the time...
2015-03-30 Jonathan DruartBug 13601: Add a fallback check for compability with...
2015-03-30 Jonathan DruartBug 13601: Make dt_from_string not using DateTime:...
2015-02-20 Jonathan DruartBug 12669: Centralize the timezone handle into Koha...
2015-02-20 Rolando IsidoroBug 12669: Use floating timezone when handling dates...
2014-11-26 Jonathan DruartBug 13242: Remove warning if no parameter given
2014-11-19 Frédéric DemiansBug 13242: Fix DateUtils for 'infinite' dates (ie year...
2014-11-12 Kyle M HallBug 11634 [QA Followup] - Make unit tests pass
2014-04-18 Jonathan DruartBug 11148: Add a as_due_date parameter to the output_pr...
2014-04-18 Jonathan DruartBug 11148: remove two superflous routines from Koha...
2014-01-06 Colin CampbellBug 11468: Remove given/when from Koha::Dateutils
2013-10-17 Galen CharltonBug 10380: (follow-up) update POD to fully reflect...
2013-10-17 Jonathan DruartBug 10380: Change prototype for output_pref() routine
2013-05-01 Chris CormackBug 10143 - Fixing license headers
2013-03-21 Kyle M HallBug 9014 - Add time due to slips
2012-10-09 Jonathan DruartBug 8652: Followup: add a default value for date_from
2012-09-03 Robin SheatBug 8391: prevent error when viewing circ history with...
2012-08-31 Robin SheatBug 8532 - improve robustness when converting dates
2012-07-16 Tomas Cohen AraziBug 8251 - Follow up, use 'day' instead of 'days' for...
2012-03-20 Colin CampbellBug 5549 : Format due dates in opac
2012-03-20 Colin CampbellBug 5549 : Don't confuse the users with an irrelevant...
2012-03-19 Colin CampbellBug 5549 : DateUtils add subroutine format_sqldatetime
2012-03-19 Colin CampbellBug 5549 : DateUtils handling odd cases
2012-03-19 Colin CampbellBug 5549 : Add Tests For Koha::DateUtils
2012-03-19 Colin CampbellBug 5549 : Get basic 24 Hr loan working
2012-03-19 Colin CampbellBug 5549 : Pass time_zone correctly
2012-03-19 Colin CampbellBug 5549 : Due Date calculation in issue needs to be...
2012-03-19 Colin CampbellBug 5549 : Add DateUtils Module