I fix datetime zone in functions.php of my child-theme to
date_default_timezone_set('Asia/Bangkok');
But It seems like the date of Woocommerce orders, even i go on an order to edit, the datetime displaying wrong.
How to fix all datetime of my website to date_default_timezone_set('Asia/Bangkok')
?
Thank you