Subrahmanyam-avance

That is quite strange, I cannot replicate this. What does your Admin Panel > Settings > System > Date and Time Options section look like?

Cheers.

I cant replicate it. The other places I would check, besides your profile:

In Admin Panel, Settings, Default TimeZone. This should be Asia/Kolkata

The server time config. On Ubuntu, execute "date" and make sure the server shows the correct time zone, +5:30.

On my system, php.ini timezone isn't set, which is the default. osTicket Information shows UTC.

In MySQL, SELECT @@global.time_zone returns 'SYSTEM'

    From the date command, the server has the wrong timezone. In this case, IST means Israel Standard Time (+2:00). If the times are 3:30 off, this is the cause.
    Use the timedatectl command to set Ubuntu to your local timezone. For example, 'timedatectl set-timezone Asia/Kolkata'

      Hi TonyO Actually we are facing an issue with the task due time. we select some date and time then update. but It updates at different time

        Subrahmanyam-avance
        Just a thought, if you change the Default Time Zone from Asia/Kolkata to reflect 3 hours and 30 minutes does it show the correct time?

        Also, I am assuming you are restarting your webserver after the changes take effect.

        Write a Reply...