For working with time interval calculations on iPhone and looking at some component values.
#define kSecondsInYear 31556926
#define kSecondsInMonth 2629744
#define kSecondsInDay 86400
#define kSecondsInHour 3600
#define kSecondsInMinute 60
I got these from Google's conversion function. I rounded Seconds in Month to nearest int.