From f3d29e77ab0a33b6598be66b059db88ed67a9f98 Mon Sep 17 00:00:00 2001 From: db1234719 Date: Mon, 24 Nov 2025 15:08:50 +0330 Subject: [PATCH] made it be in asia tehran timezone inside php for it's operations --- conf.d/security.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.d/security.ini b/conf.d/security.ini index fdf1ce3..400bef4 100644 --- a/conf.d/security.ini +++ b/conf.d/security.ini @@ -36,7 +36,7 @@ opcache.save_comments = 1 opcache.jit = 0 ; timezone (override manually) -date.timezone = UTC +date.timezone = Asia/Tehran ; forbid URL file wrappers unless needed allow_url_fopen = Off