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.