Changeset 55644
- Timestamp:
- 04/10/2023 07:29:15 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rss.php
r55398 r55644 837 837 function parse_w3cdtf ( $date_str ) { 838 838 839 # regex to match wc3dtf839 # regex to match W3C date/time formats 840 840 $pat = "/(\d{4})-(\d{2})-(\d{2})T(\d{2}):(\d{2})(:(\d{2}))?(?:([-+])(\d{2}):?(\d{2})|(Z))?/"; 841 841
Note: See TracChangeset
for help on using the changeset viewer.