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 6956335
In Process

The Archive Base Latest Questions

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

I have the following date: month = December, day = 01, year = 2011.

  • 0

I have the following date: month = December, day = 01, year = 2011. The date is given as an NSString with the following format “111201” (YYMMdd). Now I want to parse this string into a NSDate object with a NSDateFormatter:

self.dateFormatter = [[NSDateFormatter alloc] init];
[self.dateFormatter setDateFormat:@"YYMMdd"];
NSDate* date = [self.dateFormatter dateFromString:strDate];

And the output of “111201” is “2011-11-30 23:00:00 +0000”. That doesn’t make sense to me.

How is this possible? I’d expect “2011-12-01 23:00:00 +0000”.

  • 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-27T14:51:22+00:00Added an answer on May 27, 2026 at 2:51 pm

    When you display NSDate objects in the debugger or output their values via NSLog they are always shown as GMT dates and times (that’s what the +0000 at the end means).

    Your local time zone appears to be ‘+0100’ (Western Europe?) so the date formatter is operating on ‘December 01 2011 00:00am +0100’ and creating an NSDate correctly. But at the point of display the NSDate (which is just a single point in time with no timezone information) is shown in GMT – and the equivalent is one hour earlier i.e. ‘November 30 2011 23:00pm +0000’.

    If you really want to convert ‘111201’ to ‘December 01 2011 00:00am +0000’ then set the date formatter’s timezone to GMT like this:

    self.dateFormatter.timeZone = [NSTimeZone timeZoneForSecondsFromGMT:0];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following timeformat: 15/08/2011 12:32:23 day/month/year hour:minute:sec and I want to convert
Let's say I have a date in the following format: 2010-12-11 (year-mon-day) With PHP,
Say I have the following 2 dates, a start date and end date: Year-Month-Day
Say I have the following code: struct date { int day; int month; int
I have string with following format: $date = 2012-07-22 17:48:24; I want to get
I have following method which convert my custom DMY (date,month,year) object to Date. public
I have the following date format: 2010-04-15 23:59:59 How would I go about converting
I have the following date format: Tue Mar 06 17:45:35 -0600 2012 and I
Hi I have the following date as String format. Input 2010-04-20 05:34:58.0 Output I
I have the following code to get the current day: var month=new Array(12); month[0]=January;

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.