diff --git a/reference/datetime/timezones.xml b/reference/datetime/timezones.xml
index 66e0650e72..aa6bba5808 100644
--- a/reference/datetime/timezones.xml
+++ b/reference/datetime/timezones.xml
@@ -984,6 +984,26 @@
&date.timezone.bc;
+
+
+ If you disregard the above warning, please also note that the IANA
+ timezone database that provides PHP's timezone support uses POSIX style
+ signs, which results in the Etc/GMT+n and
+ Etc/GMT-n time zones being reversed from common usage.
+
+
+ For example, the time zone 8 hours ahead of GMT that is used in China and
+ Western Australia (among other places) is actually
+ Etc/GMT-8 in this database, not
+ Etc/GMT+8 as you would normally expect.
+
+
+ Once again, it is strongly recommended that you use the correct time zone
+ for your location, such as Asia/Shanghai or
+ Australia/Perth for the above examples.
+
+
+