From 14a63bac786b06737f3639168e2ac5ff47b3b433 Mon Sep 17 00:00:00 2001 From: Sebastien Plante Date: Fri, 21 Dec 2018 20:34:55 -0500 Subject: [PATCH] changed date format, so it's a bit easier to read! :) --- class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/class.php b/class.php index 70ad570..35191e2 100644 --- a/class.php +++ b/class.php @@ -98,7 +98,7 @@ class ps4 { } function secondsToDate($seconds) { - return date("d/m/Y H:i:s", $seconds/1000); + return date("d M Y H:i:s", $seconds/1000); } function thumbnailurl($game_id) {