Change if-modified-since and if-unmodified-since headers to datetime objects instead of strings. BREAKING CHANGE: The 'date', 'if_modified_since', and 'if_unmodified_since' request parameters are now returned as datetime.datetime objects and not strings Fixes #254