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.
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.