MB
Asked
Hi,
I got an error in error staff logins report time:https://snipboard.io/KP0MJY.jpg
setting time zone:https://snipboard.io/WaX0Du.jpg
I got an error in error staff logins report time:https://snipboard.io/KP0MJY.jpg
setting time zone:https://snipboard.io/WaX0Du.jpg
- MSAnsweredHello,
The time is record as per your mysql server timezone. The time filed using the CURRENT_TIMESTAMP as default. Please check your your database server.
I will set the time from PHP in next update.
Thank you - MBAnsweredis it this table?
but why it didn't take time /timestamp from local machine?Attachments - MSAnsweredHello,
The table is `sma_user_logins` and I don't know why it's not. You can check the timezone by this query
```sql
SELECT @@global.time_zone, @@session.time_zone;
```
Your database admin could guide further.
Thank you - MBAnsweredI get this resultAttachments
- MSAnsweredHello,
You need to check with your system/database admin. or this [SO FAQ](https://stackoverflow.com/questions/930900/how-do-i-set-the-time-zone-of-mysql#answer-19069310) might be helpful.
Thank you - Login to Reply