Lost months with core data - iphone

I am storing dates in a core data data file whenever the user uses my app and then displaying them back to the user. For some reason, just every now and again, i get an entry with the the right day and year but the month has dropped back to the fires. Has anyone heard of this happening in the past and know how to fix it?
Everything seems unaffected (ie time, days and years) except month. It only ever changes to january (IE it either works right eg 23/5/2011 or it defaults to january eg 23/1/2011)
Thanks to anyone who can shed some light on this or can even point me in the right direction as to finding the problem as so far it looks random
thanks

Found my issue. It wasn't random, it only happens when I quit the app then go back in. I wasn't handling the date correctly when I feed it back into the app.

Related

Google Search Console keeps telling me my content is wider than screen when it isn't

It's happening multiple times per month at this point, basically randomly, to different pages on my wiki. Every... single... time... I go to the page in question, view it with a simple inspect, check the narrowest mobile setting (typically iphone 6), and it's fine.
Then I just go back to the search console, and click validate fix. In the next day or two, it comes back and congratulates me for fixing the issue.
This is the url of the last iteration of this happening: https://golfcourse.wiki/course/presidio_golf_course-san_francisco/holes/1
This has been happening for months. Am I missing something here? Is this normal?

Dates in Drupal are off by one day when logged in

Dates on a website I maintain display fine, until I log in (as an admin). Then they are off by minus one day.
I figured this is because the timestamps are then displayed in UTC while they should be displayed in UTC+1. And since UTC is one hour off, days display one day off.
I could hunt down every piece of code displaying dates and hard code them to always display as UTC+1 (which is what I want), but I have a feeling there might be an easier, global way to fix this.
Check your timezone settings. Drupal must be using it for displaying dates.

Facebook like button shows wrong like count (very low some periods)

I'm using the new Facebook like/share button on a website.
I'm using the HTML5 version, the URL is always the same (only http no https and only used in the frontpage). So not different URLs at all.
Everything works fine with liking/sharing but the like count is really really weird. The like count seems to fluctuate like crazy. Yesterday the page had 76 likes but this morning it's down to only 6. The site has done this the last couple of days. Show the correct like count for a couple of hours and then a very low number (4 or 6 I think) only to go back to the correct amount a couple of hours later.
First I thought is was some kind of caching problem on facebooks side but this has happened the last few days now and I can't figure out why.
https://graph.facebook.com/http://example.com always shows the correct amount even when the HTML output on the site doesn't. Very weird.
Any idea what could cause this or if there is anything I can do abut it?

How to use a EGORefreshTableHeaderView.

I am using EGORefreshTableHeaderView in my app.
In that I am refreshing one part of the app and showing the last updated date using egoRefreshTableHeaderDataSourceLastUpdated method. Also in another part of the app, I am refreshing some content. Also I am showing the last updated date and time, but I am unable to differentiate the last updated date and time between the two update.
How could I fix this?
I guess you need to implement EGORefreshTable separately in every view you want to update your content. You can not use same for all other part of the app. Still you can differentiate with some kind of app. It is hard to answer without knowing about your app structure and what do you meant by another part of app.

CMSMS module Availability with CGCalendar

*CMSMS module QUESTION *
Hi all,
I have asked this question on the CMSMS forum but as of yet have not received any responses, so hopefully someone here can help!
I am using the 'Availability' module in conjuction with 'CGCalendar' which is great, but in stead of buttons to go the next and previous months (powered by Ajax), I need a drop down select box to choose a new month/year. I thought I had figured this out by refreshing the page with jQuery passing thorugh new values for month and year, but although the reservations change as required, the number of days in the month and the start date are the same as the initial number.
You can view a test page here:
http://aonachmor.cahilldesigns.com/test
Hopefully this makes sense, I know it is a bit specific but you guys are professionals and someone out there must know how to fix this!
Thanks