Just to sum up here is my code:
echo @date('h:i A e', @strtotime($db_order_data['DeliveryDate'])); ?> on <?= @date('d M Y', @strtotime($db_order_data['DeliveryDate']));
How can I change the timezone of the specific deliverydate?
Note: I tried to add define('TIMEZONE', 'Pacific/Taipei'); on the topmost php but still did not work. Any help woud be appreciated. Thanks.
Edit: The time itself is the one that I need to change. Including the timezone. Sorry for my bad english.