-
-
Notifications
You must be signed in to change notification settings - Fork 769
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Various speed ups, neatification, included Quick for test driven development, date component operators as opposed to time intervals and more #63
Commits on Oct 19, 2015
-
Added convenience init to use instead of date class func.
Removed one date class function of the two as it was trivial.
Configuration menu - View commit details
-
Copy full SHA for 0b367c8 - Browse repository at this point
Copy the full SHA 0b367c8View commit details -
Retrieving individual components are an expensive operation and we al…
…ready have them! Replaced with an ordinary nil check and assignment Removed week references as they are not present in this set function and it confuses dateFromComponents Put timeZone in calendar before converting to NSDate
Configuration menu - View commit details
-
Copy full SHA for 8c800e6 - Browse repository at this point
Copy the full SHA 8c800e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e63becc - Browse repository at this point
Copy the full SHA e63beccView commit details -
Configuration menu - View commit details
-
Copy full SHA for a275604 - Browse repository at this point
Copy the full SHA a275604View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8081206 - Browse repository at this point
Copy the full SHA 8081206View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bbaf30 - Browse repository at this point
Copy the full SHA 7bbaf30View commit details -
Date component calculations for easier compilation and interpretation…
… of expressions.
Configuration menu - View commit details
-
Copy full SHA for 715215d - Browse repository at this point
Copy the full SHA 715215dView commit details -
Let NSCalendar take care of the leap year calculations.
Oh wait! With a small workaround
Configuration menu - View commit details
-
Copy full SHA for 4d4caf8 - Browse repository at this point
Copy the full SHA 4d4caf8View commit details -
Day expressions are readily included in NSCalendar so I used these.
Als included isSameDayAsDate. Actually you want to remove the ignoreTime as I would use == for a full comparison
Configuration menu - View commit details
-
Copy full SHA for c0da410 - Browse repository at this point
Copy the full SHA c0da410View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34201c8 - Browse repository at this point
Copy the full SHA 34201c8View commit details -
Merge branch 'FixDCCalc' into develop
* FixDCCalc: Removed superfluous time interval int extension (whoops)
Configuration menu - View commit details
-
Copy full SHA for 0656212 - Browse repository at this point
Copy the full SHA 0656212View commit details