date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead. #4
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
FILE: includes/woo-out-of-office-functions.php
Line Column Type Code Message Edit Link
9 22 ERROR WordPress.DateTime.RestrictedFunctions.date_date date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.