Pages

Snipe-IT : Time not accurate (Wrong Time / Worng Date)

Oops, suddenly I realized that the data that was being saved (Snipe-IT) did not match the current time of the activity taken.

I am really sure that the problem came from Snipe-IT because of no issues from:

  • The time and date on the server are accurate.
  • There are several applications running that are very dependent on accuracy in time.

The problem came from the "REQUIRED: BASIC APP SETTINGS" on the .env file.

Just change APP_TIMEZONE from 

APP_TIMEZONE='UTC' to APP_TIMEZONE='Asia/Kuala_Lumpur' <depends on your timezone> based on the PHP-supported timezone.

After changing the timezone, just restart the Apache. It should be ok.


You might also like:

  • How to configure BackTrack to autostart using GUI ?
    How to configure BackTrack to autostart using GUI ?

    By default, after login to BackTrack, user must…

  • Configure DNS Name Server IP Address in Linux
    Configure DNS Name Server IP Address in Linux

    You need to edit /etc/resolv.conf file under…

  • Configure Vista For Automatic Logon
    Configure Vista For Automatic Logon

    Only if you do not share your computer with any…

  • Free Open Source School, College, University Management System
    Free Open Source School, College, University Management System

    Yet another open source product specialized for…

Popular Posts