WordPress/wp-includes/IXR
Sergey Biryukov c77e771c84 Date/Time: Replace all instances of date() with gmdate().
Use of `date()` in core depends on PHP timezone set to UTC and not changed by third party code (which cannot be guaranteed).

`gmdate()` is functionally equivalent, but is not affected by PHP timezone setting: it's always UTC, which is the exact behavior the core needs.

Props nielsdeblaauw, Rarst.
Fixes #46438. See #44491.
Built from https://develop.svn.wordpress.org/trunk@45424


git-svn-id: http://core.svn.wordpress.org/trunk@45235 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-05-26 00:12:54 +00:00
..
class-IXR-base64.php
class-IXR-client.php
class-IXR-clientmulticall.php
class-IXR-date.php Date/Time: Replace all instances of date() with gmdate(). 2019-05-26 00:12:54 +00:00
class-IXR-error.php
class-IXR-introspectionserver.php
class-IXR-message.php Docs: Fix typo in xmlrpc_chunk_parsing_size filter description. 2019-03-28 16:53:51 +00:00
class-IXR-request.php
class-IXR-server.php Date/Time: Replace all instances of date() with gmdate(). 2019-05-26 00:12:54 +00:00
class-IXR-value.php