diff --git a/includes/Event.php b/includes/Event.php index 5855095..da0883e 100644 --- a/includes/Event.php +++ b/includes/Event.php @@ -60,7 +60,7 @@ public function __construct( $category = 'Admin', $key = '', $data = array() ) { global $title; // Event details - $this->created_at = current_time( 'mysql' ); + $this->created_at = date( 'Y-m-d H:i:s.u' ); $this->category = strtolower( $category ); $this->key = $key; $this->data = $data;