Changeset 10354
- Timestamp:
- 10/07/2020 04:16:56 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/official-wordpress-events/official-wordpress-events.php
r10253 r10354 609 609 } 610 610 611 // Events that are "Needs a date and time" do not have the time/utc fields. Treat them as 1970-01-01 for now. 612 if ( ! isset( $meetup['time'] ) ) { 613 $meetup['time'] = 0; 614 $meetup['utc_offset'] = 0; 615 } 616 611 617 /* 612 618 * Convert to local time, because the `date_utc` column in `wporg_events` is misnomed and actually
Note: See TracChangeset
for help on using the changeset viewer.