react-native-push-notification / ios

React Native Push Notification API for iOS.
MIT License
734 stars 282 forks source link

12h time format schedule #292

Open branislavantic87 opened 3 years ago

branislavantic87 commented 3 years ago

When scheduling notifications and phone is in 12h time format, firedate for notification is showing as invalid date. That time stamp works good when phone is in 24h time format. I could do some workaround but I just want to check have someone had this similar issue and how can be solved without extra logic. Also I want to point out that I'm using deprecate method for scheduling scheduleLocalNotification because new method had an issue with repeating notifications every day.