@@ -49,10 +49,20 @@ * \return A new, autoreleased OFDate with the specified date and time */ + dateWithTimeIntervalSince1970: (time_t)sec microseconds: (suseconds_t)usec; +/** + * \return A date in the distant future + */ ++ distantFuture; + +/** + * \return A date in the distant past + */ ++ distantPast; + /** * Initializes an already allocated OFDate with the specified date and time. * * \param sec The seconds since 1970-01-01 00:00:00 * \return An initialized OFDate with the specified date and time