Local Notifications

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Nakia
Posts: 425
Joined: Tue Feb 21, 2012 8:57 am

Local Notifications

Post by Nakia » Fri Sep 13, 2013 9:25 am

Hi,

What is the best way to deal with multiple time zones with local notifications.
For example, in one of my apps the client has requested the addition of a local notification
At 3:30PM local time (reminder to complete time sheet)

With a change in day lights savings here in NSW Australia not too far away I want to make sure my code caters
For this correctly..

So what do you think is the best way to deal with this..??
Place the current datetime into dateItems.. Modify the time values and
Reconvert back to seconds ??

Am I over thinking this ??

Jellicle
Posts: 453
Joined: Thu Feb 24, 2011 11:07 am

Re: Local Notifications

Post by Jellicle » Sat Sep 14, 2013 10:57 am

Possibly :) why does it need any work to fix? 3:30pm is still 3:30pm after summer time starts.

Gerry
14" MacBook Pro
Former LiveCode developer.
Now recovering.

Nakia
Posts: 425
Joined: Tue Feb 21, 2012 8:57 am

Re: Local Notifications

Post by Nakia » Sun Sep 15, 2013 11:38 am

Yeah I think I just over thought this one...

Post Reply