timezone refactor

This commit is contained in:
mercury
2023-04-10 21:44:05 +04:00
parent 7c4a4964fd
commit 29814f9d04
5 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<?php
date_default_timezone_set(getenv('TZ'));
require __DIR__ . '/timezone.php';
// require __DIR__ . '/debug.php';
require __DIR__ . '/bot.php';