Why does the message date differ from the parsed date?

Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):
2.7.0

Describe the issue:
When I search Container name having Error it has the message date differ from the parsed date… why is it so?

Configuration:

Relevant Logs or Screenshots:

Hey @SanJan

Did you correct the timezone in Opensearch-Dashboard?
This is under Dashboard Management → Advanced settings. you should see " Timezone for date formatting".

Other then that, Opensearch uses UTC. Internally, dates are converted to UTC (if the time-zone is specified) and stored as a long number representing milliseconds-since-the-epoch.