Hi @Deepak ,
The time in the SCOM database is always in UTC (Universal Time), it doesn't matter in which time zone your servers are in.
The console uses the local time (server time zone), as far as I know the database time cannot be changed as it is by design.
If you want the time to be your local time, you would have to modify the database query and convert the UTC time to local time.
https://stackoverflow.com/questions/8038744/convert-datetime-column-from-utc-to-local-time-in-select-statement
----------
(If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)
Best regards,
Leon