You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 7, 2026. It is now read-only.
We noticed that if we schedule a notification at 9:00 am every day, after daylight saving time (e.g. 29th Oct 2023) the notification will fire at 8:00 am. We expect it to always fire at 9:00 am.
I think it's related to the AlarmManger not dealing with daylight saving by itself. Is this something you could fix or work around in your library?
Here is a mini repo to reproduce the issue. The instruction is in README file.
Hi,
We noticed that if we schedule a notification at 9:00 am every day, after daylight saving time (e.g. 29th Oct 2023) the notification will fire at 8:00 am. We expect it to always fire at 9:00 am.
I think it's related to the AlarmManger not dealing with daylight saving by itself. Is this something you could fix or work around in your library?
Here is a mini repo to reproduce the issue. The instruction is in README file.
https://github.com/Yupeng-li/notifee-mini-repo
Kind regards