Subject: [PATCH] Current time io Current date
---
Index: src/wp-admin/includes/class-wp-debug-data.php
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/src/wp-admin/includes/class-wp-debug-data.php b/src/wp-admin/includes/class-wp-debug-data.php
--- a/src/wp-admin/includes/class-wp-debug-data.php	(revision c58dc39288d3ef54af89d240de40d4894befb31d)
+++ b/src/wp-admin/includes/class-wp-debug-data.php	(date 1686925357033)
@@ -842,7 +842,7 @@
 		// Server time.
 		$date = new \DateTime( 'now', new \DateTimeZone( 'UTC' ) );
 		$info['wp-server']['fields']['current'] = array(
-			'label' => __( 'Current date' ),
+			'label' => __( 'Current time' ),
 			'value' => $date->format( \DateTime::ATOM ),
 		);
 		$info['wp-server']['fields']['utc-time'] = array(
