Changeset 12173 for sites/trunk/wordpress.org/public_html/wp-content/mu-plugins/pub/wporg-time-shortcode.php
- Timestamp:
- 11/01/2022 12:48:18 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/mu-plugins/pub/wporg-time-shortcode.php
r7925 r12173 86 86 87 87 d.setUTCFullYear( + m[1] ); 88 d.setUTCMonth( + m[2] - 1 ); 88 89 d.setUTCDate( + m[3] ); 89 d.setUTCMonth( + m[2] - 1 );90 90 d.setUTCHours( + m[4] ); 91 91 d.setUTCMinutes( + m[5] );
Note: See TracChangeset
for help on using the changeset viewer.