billymeltdown / nsdate-helper

A category to extend Cocoa's NSDate class with some convenience functions.
http://www.zetetic.net/blog/
456 stars 107 forks source link

Utc time stamp #11

Closed falkorichter closed 10 years ago

falkorichter commented 11 years ago

I added a method that returns the timestamp as a long int, basically flooring the NSTimeInterval. This method is required when talking to backends, where Unix Timestamps are usually Integers or Longs

billymeltdown commented 10 years ago

Thanks very much for this and sorry to take so long to respond! This has been merged into develop branch with some more changes as of SHA: 14c20b475af31a124b6fd94f885c49f2add13884

Want to give it a spin and let me know if it's good for you guys?