This hotfix fixes the case where the bell unread count increases but new notifications do not appear at the top of the Admin Notification Center.
Root cause: direct Admin events used the PHP server clock while orders/company notifications used the MySQL database clock. On servers where those clocks use different timezones, fresh events were sorted below older events.
repair_notification_timestamps_v3_6_3.php.No database schema change is required.