What is the time zone of the ph myadmin and the hosting servers them itselves? all my dates are have been messed up!
More info here
6 Likes
If you’re working with times and dates in your database (And they arn’t just being used as a unique reference) I recommend using normal PHP commands to get the date and time, and adding them as a string (or a manual date\time)
You can change your PHP timezone in the PHP settings:
4 Likes
Our database servers are in the EST timezone. There is no way to configure that for individual users or databases, so that’s something you’ll just have to deal with.
PHP code also runs in the EST timezone by default. However, you can change that through the client area.
7 Likes
