Hello,
I'm creating an app that stores multiple Date
objects: the users selects a date and a time and receives a notification at this time precisely.
The problem that happens is after saving a Date
, if the device's timezone changes, the Date
also changes - and that is not what's I'm expecting (just want the original time as is without depending on timezone).
I have inspected the TimeZone
properties when I'm building the Date
from DateComponents
but nothing has worked.
Thank you for your answer.