Unity-Technologies / com.unity.mobile.notifications

Mobile Notifications Package
https://docs.unity3d.com/Packages/com.unity.mobile.notifications@2.1/manual/index.html
Other
132 stars 42 forks source link

Android UTC/Local time #293

Closed aurimasc closed 1 year ago

aurimasc commented 1 year ago

Currently we schedule notifications use UTC, but when receiving we on iOS we convert it to local time if it was originally scheduled using local time, on Android we always convert to local. This PR changes it to match iOS - now scheduling using UTC will also return UTC when receiving.