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)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 21 Oct 2016 17:12:34 +0000 (17:12 +0000)
commit947ab63bb761cf2948d80ba590566114a2e48c32
tree2139b4b07af3dd858c72179705ff4f02aee7e325
parentb9af2e9731ef17af3d35090e5bae3af65a8d08c4
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>
misc/export_records.pl