Changeset 13165
- Timestamp:
- 02/02/2024 02:52:10 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/events/1.0/index.php
r13047 r13165 1102 1102 'type' => 'wordcamp', 1103 1103 'title' => 'WordCamp Asia', 1104 'url' => 'https://asia.wordcamp.org/202 0/',1104 'url' => 'https://asia.wordcamp.org/2024/', 1105 1105 'meetup' => '', 1106 1106 'meetup_url' => '', 1107 'date' => '202 0-02-2100:00:00',1108 'end_date' => '202 0-02-2300:00:00',1109 'start_unix_timestamp' => strtotime( '202 0-02-21 00:00:00' ) - 7* HOUR_IN_SECONDS,1110 'end_unix_timestamp' => strtotime( '202 0-02-23 00:00:00' ) - 7* HOUR_IN_SECONDS,1107 'date' => '2024-03-07 00:00:00', 1108 'end_date' => '2024-03-09 00:00:00', 1109 'start_unix_timestamp' => strtotime( '2024-03-07 00:00:00' ) - 8 * HOUR_IN_SECONDS, 1110 'end_unix_timestamp' => strtotime( '2024-03-09 00:00:00' ) - 8 * HOUR_IN_SECONDS, 1111 1111 1112 1112 'location' => array( 1113 'location' => ' Bangkok, Thailand',1114 'country' => 'T H',1115 'latitude' => 13.7248934,1116 'longitude' => 1 00.492683,1113 'location' => 'Taipei, Taiwan', 1114 'country' => 'TW', 1115 'latitude' => 25.0333949, 1116 'longitude' => 121.5661024, 1117 1117 ), 1118 1118 ),
Note: See TracChangeset
for help on using the changeset viewer.