Changeset 36086 for trunk/src/wp-includes/rest-api.php
- Timestamp:
- 12/25/2015 08:40:43 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api.php
r35845 r36086 602 602 603 603 /** 604 * Parses an RFC3339 time stamp into a DateTime.604 * Parses an RFC3339 time into a Unix timestamp. 605 605 * 606 606 * @since 4.4.0 … … 609 609 * @param bool $force_utc Optional. Whether to force UTC timezone instead of using 610 610 * the timestamp's timezone. Default false. 611 * @return DateTime DateTime instance.611 * @return int Unix timestamp. 612 612 */ 613 613 function rest_parse_date( $date, $force_utc = false ) {
Note: See TracChangeset
for help on using the changeset viewer.