v2.4.10
Fixed
Replaced usage of date() with wp_date() when formatting timestamps.
The native PHP date() function ignores the WordPress timezone setting and always uses the server’s default timezone, which can lead to incorrect conversions (especially around DST changes).