Hi, I’ve been testing the local notification system.
It works well when I use a time in seconds for the notification to show up from now, but when I try to set a date it doesn’t show up.
Are there any knows issues with this?
What I was doing for testing purposes was like in the API:
local utcTime = os.date( "!\*t", os.time() + 30)
system.scheduleNotification( utcTime, { alert = "whatever" })
The notification doesn’t show up in 30 seconds as it should. I also tried adding and subtracting 3600 seconds (1 hour) to see if it was for example DST issues but didn’t fix it.
Any help is appreciated.
Thanks!
Manuel [import]uid: 61899 topic_id: 21458 reply_id: 321458[/import]
