Skip to content

Commit 6e29918

Browse files
authored
fix timezone bug
1 parent e5a3a69 commit 6e29918

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-admin/includes/privacy-tools.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ function _wp_personal_data_cleanup_requests() {
204204
'fields' => 'ids',
205205
'date_query' => array(
206206
array(
207-
'column' => 'post_modified_gmt',
207+
'column' => 'post_modified',
208208
'before' => $expires . ' seconds ago',
209209
),
210210
),

0 commit comments

Comments
 (0)