1

Topic: Ban expiration date bug

When ban expiration date is set to day N, it is actually set to day N-1.

Re: Ban expiration date bug

It is set correctly, but it is not displayed correctly. It happens because of the function gmdate at the 125 line of <FORUM_ROOT>/admin/bans.php. I will continue investigating why it has happened. To fix it manually, change "gmdate" to "date".