summaryrefslogtreecommitdiffstatshomepage
path: root/src/wp-admin/includes/upgrade.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/wp-admin/includes/upgrade.php')
-rw-r--r--src/wp-admin/includes/upgrade.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wp-admin/includes/upgrade.php b/src/wp-admin/includes/upgrade.php
index d8d3248edb..a3c7260a04 100644
--- a/src/wp-admin/includes/upgrade.php
+++ b/src/wp-admin/includes/upgrade.php
@@ -208,7 +208,7 @@ if ( ! function_exists( 'wp_install_defaults' ) ) :
// First post.
$now = current_time( 'mysql' );
- $now_gmt = current_time( 'mysql', 1 );
+ $now_gmt = current_time( 'mysql', true );
$first_post_guid = get_option( 'home' ) . '/?p=1';
if ( is_multisite() ) {