Skip to content

v2.4.10

Choose a tag to compare

@rvdforst rvdforst released this 13 Nov 11:50
· 72 commits to master since this release
ed0d83b

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).