php - CONVERT_TZ and european format date -


what best way transform unix timestamp in european date format ? use date_format(from_unixtime(i.opened), '%d/%m/%y %h:%i') date_ouverture infortunately doesn't handle timezone or maybe database has wrong configuration. tried function convert_tz noticed doesn't european format.

set time_zone = 'europe/paris' resolved problem link vatev.


Comments