https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39748 --- Comment #19 from David Cook <dcook@prosentient.com.au> --- I'm not going to say that I'm awesome, but... I found a way to reliably reproduce the bug. Set the timezone to Africa/Cairo in koha-conf.xml Then at the top of /etc/koha/sites/kohadev/plack.psgi add the following before "use Modern::Perl" (ie as the first Perl lines of code): use Test::MockTime; BEGIN { Test::MockTime::set_absolute_time('1745580600'); } After that, you can restart Starman. Go to http://localhost:8081/cgi-bin/koha/about.pl and you'll see the Date and Time is 04/25/2025 14:30 and if you go to http://localhost:8081/cgi-bin/koha/circ/circulation.pl?borrowernumber=1# you get an internal server error. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.