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

  • SEARCH
  • Home
  • 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 716985
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T05:21:40+00:00 2026-05-14T05:21:40+00:00

While working with NSDate, sometimes the time zones are different. But I don’t mess

  • 0

While working with NSDate, sometimes the time zones are different. But I don’t mess around with locales or time zone settings at all.

i.e. sometimes (in the same process) an NSDate object may look like

1.4.2010 22:01:47 +0100

and sometimes like

1.4.2010 22:01:47 +0200

without me doing anything. What triggers the change in time zone? I think that calendaric calculations (i.e. adding 5 months to a date) should not do that, right?

  • 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-14T05:21:40+00:00Added an answer on May 14, 2026 at 5:21 am

    It is adjusting for daylight savings time. On my machine:

    NSDate *now=[NSDate date];
    NSDate *notNow=[now dateByAddingTimeInterval:(86400 * 250)]; // add 250 days
    NSLog(@"%@", now);
    NSLog(@"%@", notNow);
    

    outputs

    2010-04-02 17:03:25.386 so[14786:a0f] 2010-04-02 17:03:25 +0100
    2010-04-02 17:03:25.388 so[14786:a0f] 2010-12-08 16:03:25 +0000
    

    This is just a display formatting thing that happens on the (hidden) call to [date description].

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

While working with ssh I sometimes write to long string/commands eg. command -param 3
While working my way through the Android tutorials, I came across something I don't
While working on an auditing project I came across different problems regarding software and
When parsing dates in different time zones I noticed that NSDateFormatter produces strange results
While working on something non-development related, I noticed something interested while on answers.com .
While working on my final project for my AS/400 Course, I encountered this problem
While working with Database records ,displaying them on HTML and storing their ID into
While working a project tonight, I ended up using one .js resource file for
While working with Java, I find it hard to position my main window in
While working with git-svn, and a 'typical' svn repo /trunk, /branches/..., /tags/... How do

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.