Index: src/OFDate.h ================================================================== --- src/OFDate.h +++ src/OFDate.h @@ -54,13 +54,12 @@ /** * \brief Creates a new OFDate with the specified string in the specified * format. * - * The time zone used is UTC. If a time zone is specified anyway, an - * OFInvalidFormatException is thrown. See +[dateWithLocalDateString:format:] - * if you want to specify a time zone. + * The time zone used is UTC. See +[dateWithLocalDateString:format:] if you + * want local time. * * See the manpage for strftime for information on the format. * * \warning The format is currently limited to the following format specifiers: * %%d, %%e, %%H, %%m, %%M, %%S, %%y, %%Y, %%, %%n and %%t. @@ -74,12 +73,10 @@ /** * \brief Creates a new OFDate with the specified string in the specified * format. * - * If no time zone is specified, local time is assumed. - * * See the manpage for strftime for information on the format. * * \warning The format is currently limited to the following format specifiers: * %%d, %%e, %%H, %%m, %%M, %%S, %%y, %%Y, %%, %%n and %%t. *