Question: Error Staff Logins Report Time

Error Staff Logins Report Time

Hi, I got an error in error staff logins report time:https://snipboard.io/KP0MJY.jpg setting time zone:https://snipboard.io/WaX0Du.jpg

MB

Mehdi boudhir

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
  • MS

    Mian Saleem

    Answered
    Hello,

    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
  • MB

    Mehdi boudhir

    Answered
    is it this table?
    but why it didn't take time /timestamp from local machine?
  • MS

    Mian Saleem

    Answered
    Hello,

    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
  • MB

    Mehdi boudhir

    Answered
    I get this result
  • MS

    Mian Saleem

    Answered
    Hello,

    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