Changeset 49927 for trunk/src/wp-includes/formatting.php
- Timestamp:
- 01/03/2021 10:02:13 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r49926 r49927 3586 3586 * @param string $date_string Date and time in ISO 8601 format {@link https://en.wikipedia.org/wiki/ISO_8601}. 3587 3587 * @param string $timezone Optional. If set to 'gmt' returns the result in UTC. Default 'user'. 3588 * @return string| boolThe date and time in MySQL DateTime format - Y-m-d H:i:s, or false on failure.3588 * @return string|false The date and time in MySQL DateTime format - Y-m-d H:i:s, or false on failure. 3589 3589 */ 3590 3590 function iso8601_to_datetime( $date_string, $timezone = 'user' ) {
Note: See TracChangeset
for help on using the changeset viewer.