diff --git a/schedule/index.php b/schedule/index.php index f295339..182fc61 100644 --- a/schedule/index.php +++ b/schedule/index.php @@ -1,5 +1,4 @@ $b["start"]; }); function formatdate($date) { - return date("D M d H:i", strtotime($date)); + return gmdate("D M d H:i", strtotime($date)); } ?>