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

            Bug ID: 39894
           Summary: Bookings not also correctly set to the beginning or
                    end of each day
 Change sponsored?: ---
           Product: Koha
           Version: Main
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Circulation
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected], [email protected]

I had some trouble recreating this one but here goes:

To recreate:
1. In your koha-conf.xml set the timezone to:
<timezone></timezone>

2. Enable bookings and make an item or itemtype bookable.
3. Place a booking and have a look at the start_date and end_date in the DB:
select start_date, end_date from bookings;
4. This might look something like:

2025-05-13 02:00:00 | 2025-05-15 01:59:59

So depending on your timezone and time of day the booking end_date might creep
into the next day which causes confusion.

-- 
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]
https://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