diff --git a/admin/apple-actions/index/class-export.php b/admin/apple-actions/index/class-export.php index bf7e9ddf..dfdad36e 100644 --- a/admin/apple-actions/index/class-export.php +++ b/admin/apple-actions/index/class-export.php @@ -341,8 +341,8 @@ public function format_byline( $post, $author = '', $date = '' ) { } // Get the date. - if ( empty( $date ) && ! empty( $post->post_date ) ) { - $date = $post->post_date; + if ( empty( $date ) && ! empty( $post->post_date_gmt ) ) { + $date = $post->post_date_gmt; } // Set the default date format.