You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.
On versions of PHP prior to 5.5.10, selecting an offset e.g. UTC +5 as the Client Timezone, Fallback Timezone, or WordPress Timezone will result in an exception with the message such as the following, where %1$s is the string representation of the timezone.
'Invalid timezone name: "%1$s"
Cause
On versions of PHP prior to 5.5.10, DateTimeZone::__construct() does not accept offset as argument, but requires specifically the timezone name, such as Europe/London.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
On versions of PHP prior to
5.5.10
, selecting an offset e.g.UTC +5
as the Client Timezone, Fallback Timezone, or WordPress Timezone will result in an exception with the message such as the following, where%1$s
is the string representation of the timezone.Cause
On versions of PHP prior to
5.5.10
,DateTimeZone::__construct()
does not accept offset as argument, but requires specifically the timezone name, such asEurope/London
.The text was updated successfully, but these errors were encountered: