diff --git a/WordPress/Docs/DateTime/RestrictedFunctionsStandard.xml b/WordPress/Docs/DateTime/RestrictedFunctionsStandard.xml
new file mode 100644
index 0000000000..9c7a2ffabc
--- /dev/null
+++ b/WordPress/Docs/DateTime/RestrictedFunctionsStandard.xml
@@ -0,0 +1,44 @@
+
+
+
+
+
+
+ setTimezone(
+ new DateTimeZone( 'Europe/Amsterdam' )
+);
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/WordPress/Docs/WP/TimezoneChangeStandard.xml b/WordPress/Docs/WP/TimezoneChangeStandard.xml
deleted file mode 100644
index 08ed87f6b6..0000000000
--- a/WordPress/Docs/WP/TimezoneChangeStandard.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
- setTimezone(
- new DateTimeZone( 'America/Toronto' )
-);
- ]]>
-
-
-
-
-
-