Bug 17444: Enable exporting by time, not only date
authorJosef Moravec <josef.moravec@gmail.com>
Tue, 15 Dec 2015 11:07:38 +0000 (12:07 +0100)
committerFrédéric Demians <f.demians@tamil.fr>
Sat, 22 Oct 2016 13:26:47 +0000 (15:26 +0200)
commitff043fb6675d48506db8d50dd65f4d98cbdff91a
treec77093022023f074691d93d0105263561b201aaf
parentf4b6b70f70b65bdcd948f6880f779b66c02a1ded
Bug 17444: Enable exporting by time, not only date

Test plan:
1) Apply the patch
2) Edit a biblio
3) run export_records.pl with date time few minutes in the past
for example: --format=xml --record-type=bibs --date="2016-10-14 10:00:05" --filename="koha.xml"
4) look in the file and cofirm that the right record was exported
5) Try the same but with time after the biblio was edited, it shouldn't be exported

Signed-off-by: radiuscz <radek.siman@centrum.cz>
Bug 17444: Follow-up, don't change the name of parameter "date"

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit 947ab63bb761cf2948d80ba590566114a2e48c32)
Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
misc/export_records.pl