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:

  • Inbound Connection limit in Windows
    Inbound Connection limit in Windows

    Basic need to know, Limitation connection for…

  • Basic Windows XP system requirements
    Basic Windows XP system requirements

    If you want to run Windows XP on your PC, here's…

  • ERROR 2002 (HY000) MySQL in Solaris 10
    ERROR 2002 (HY000) MySQL in Solaris 10

    When you entered mysql as the root user, it…

  • Configure XP For Automatic Logon
    Configure XP For Automatic Logon

    To do this, follow these steps: Click Start,…

Popular Posts