We're having an issue with metabase reports and British summer time. GMT+1 UTC+1 etc.
We have a report set to send daily at 3pm which is coming in at 4pm since British summer time began.
I tried to fix it by setting the TZ environmental variable to europe/London but it's still an hour out.
SendGrid is saying it received the notification to send the email at 3pm UTC-0 which would be 4pm UTC+1 so the issue must be with metabase.
Our server is returning the current UTC+1 time when I run date on it (though i'm not able to get it to tell me which timezone its in as timedatectl wont run on the dyno)
any help is greatly appreciated as we have some reports needed at 9am and don't want to remember to manually change the time they're set up for twice a year!
I have 4 servers running in the UK. Mixture of Docker, Windows and Linux. All sending alerts at the correct time.
They all the
"settings": {
"report-timezone": "Europe/London"
}
I've made that change hopefully my test report comes through at 10am!
I did change the report timezone previously. The wording for that option had me thinking it was to do with the data in the report not the time the report comes out.