Done
Details
Assignee
naeem.akhternaeem.akhterReporter
Jiří ČtvrtkaJiří ČtvrtkaLabels
Fix versions
Priority
Medium
Details
Details
Assignee
naeem.akhter
naeem.akhterReporter
Jiří Čtvrtka
Jiří ČtvrtkaLabels
Fix versions
Priority
Smart Checklist
Smart Checklist
Smart Checklist
Created April 28, 2022 at 12:54 PM
Updated March 5, 2024 at 9:27 PM
Resolved February 28, 2023 at 8:40 AM
Timezone in msgtime column in pg_stat_monitor_errors view.
Actual result: 2022-04-28 12:33:00
Expected result: Since I am UTC +2 output should be 2022-04-28 14:33:00
Postgres:
PostgreSQL 14.2 (Ubuntu 14.2-1.pgdg20.04+1+b1) on x86_64-pc-linux-gnu, compiled by gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0, 64-bit
Timezone in postgres: Europe/Prague
OS: Ubuntu 18.04
Used PGSM branch: dev, since right now its only one, which contains errors view.
How to reproduce:
Please use main or dev branch to reproduce this. Errors view is not merged yet.
1. Set timezone for your postgres different than UTC +0
2. Trigger query which populate errors view.
3. Check column msgtime
4. Compare msgtime to output of query: "SELECT NOW()::TIMESTAMP" in postgres
This needs further verification. Is the expected behaviour correct?