Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6986021
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T18:45:21+00:00 2026-05-27T18:45:21+00:00

I want to setup local notification for a specific EST time, and user should

  • 0

I want to setup local notification for a specific EST time, and user should get the notification irrespective of user’s default timezone. lets say, if I want the local notification to arrive at 12:00 noon EST, then some one in pacific timezone should also get the notification when it is 12:00 noon est which is 09:00 PST

here is what I have tried to do, but I only get notifications when I set my default timezone to EST

UILocalNotification *localNotif = [[UILocalNotification alloc] init];

localNotif.repeatInterval = kCFCalendarUnitDay;
NSCalendar *calendar = [NSCalendar autoupdatingCurrentCalendar];
NSDate *today = [NSDate date];

NSDateComponents *dateComponents = [calendar components:( NSYearCalendarUnit |       NSMonthCalendarUnit |  NSDayCalendarUnit )
                                               fromDate:today];    
NSDateComponents *dateComps = [[NSDateComponents alloc] init];

[dateComps setDay:dateComponents.day];
[dateComps setMonth:dateComponents.month];
[dateComps setYear:dateComponents.year];

[dateComps setHour:12];
[dateComps setMinute:00];
[dateComps setSecond:00];

NSDate  *fireDate = [calendar dateFromComponents:dateComps];
localNotif.fireDate = fireDate;
localNotif.timeZone = [NSTimeZone timeZoneWithName:@"US/Eastern"];
localNotif.alertBody = @"Daily Notification";
localNotif.alertAction = NSLocalizedString(@"View", nil);
localNotif.soundName = UILocalNotificationDefaultSoundName;

NSDictionary *infoDict = [NSDictionary dictionaryWithObject:@"Daily Notification" forKey:@"acme"];
localNotif.userInfo = infoDict;

[[UIApplication sharedApplication] scheduleLocalNotification:localNotif];
[localNotif release];

can someone tell me where am I going wrong.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T18:45:22+00:00Added an answer on May 27, 2026 at 6:45 pm

    I have found out the issue here.. Time zone should be set for the date and not for the notification, so I would have to add this line of code:

    [dateComps setTimeZone:[NSTimeZone timeZoneWithName:@"US/Eastern"]];
    

    and should comment the code line:

    localNotif.timeZone = [NSTimeZone timeZoneWithName:@"US/Eastern"];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to setup local domains like sub1.mydomain.dev and www.mydomain.dev on my local IIS
I want to setup a statistics monitoring platform to watch a specific service, but
I want to setup a simple ssh tunnel from a local machine to a
I setup a FsWatcher on a local filesystem directory. I only want to know
I have a setup program that I want to install to a local folder.
I want to get CF9 with IIS 7 setup locally to run with multiple
I want to setup a cron job to rsync a remote system to a
I want to setup a mechanism for tracking DB schema changes, such the one
I want to setup replication on three SQL servers and one is not configured
I want to setup a CRON that runs a PHP script that in turn

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.