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
I'm currently exploring the capabilities of the TimestampTrigger API for scheduling daily notifications at a specified local time, such as 9 PM. I understand from the documentation that the scheduling uses UTC timestamps, which raises a question regarding time zone adjustments.
When the device's time zone changes due to travel or other circumstances, does Notifee automatically adjust the notification timing to ensure it still fires at 9 PM in the new local time zone? Or does the notification timing remain fixed to the UTC time, potentially causing it to appear at an unexpected time in the local zone?
Specifically on Android devices, I'm aware that they often require additional mechanisms, like a broadcast receiver for time zone changes, to manage such scenarios. Does Notifee provide built-in support for this on Android, or do I need to implement custom solutions to maintain accurate notification timing across time zones?
This isn't explicitly stated in the documentation. Can someone help me out?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm currently exploring the capabilities of the TimestampTrigger API for scheduling daily notifications at a specified local time, such as 9 PM. I understand from the documentation that the scheduling uses UTC timestamps, which raises a question regarding time zone adjustments.
When the device's time zone changes due to travel or other circumstances, does Notifee automatically adjust the notification timing to ensure it still fires at 9 PM in the new local time zone? Or does the notification timing remain fixed to the UTC time, potentially causing it to appear at an unexpected time in the local zone?
Specifically on Android devices, I'm aware that they often require additional mechanisms, like a broadcast receiver for time zone changes, to manage such scenarios. Does Notifee provide built-in support for this on Android, or do I need to implement custom solutions to maintain accurate notification timing across time zones?
This isn't explicitly stated in the documentation. Can someone help me out?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions