Uses
| Uses | Description |
|---|---|
| wp-includes/formatting.php: get_gmt_from_date() | Given a date in the timezone of the site, returns that date in UTC. |
| wp-includes/functions.php: mysql2date() | Convert given MySQL date string into a different format. |
| wp-includes/class-wp-xmlrpc-server.php: wp_xmlrpc_server::_convert_date() | Convert a WordPress date string to an IXR_Date object. |