Answers for "php datetime with timezone offset"

PHP
1

mysql datetime with timezone offset

INSERT INTO table_name  CONVERT_TZ(SUBSTR('2011-10-04 12:58:36 -0600',1,19),'+00:00',SUBSTR('2011-10-04 12:58:36 -0600',20));
Posted by: Guest on May-05-2020
0

settimezone in php

date_default_timezone_set("Asia/Ho_Chi_Minh");
echo(date('Y-m-d H:i:s');)
Posted by: Guest on August-22-2021

Code answers related to "php datetime with timezone offset"

Browse Popular Code Answers by Language