Öncesinde MySQL zaman PHP zamanı

0 Cevap php

Ben aynı makine üzerinde PHP ve MySQL çalıştırmak, ancak her ikisi de farklı zamanlarda rapor.

Aşağıdaki yöntemler ile belirlenen saat dilimleri:

PHP:

date_default_timezone_set('Asia/Kuala_Lumpur');

MySQL:

SET time_zone = "Asia/Kuala_Lumpur";

The difference between two times is always exactly 24 seconds. Any idea why this is happening? I thought the times must be same because both reside on the same machine!

0 Cevap