# HG changeset patch # User stefano # Date 1277247272 0 # Node ID 474f78ca41d81f1e183ce3d5e1f8a9bd66487135 # Parent df361adebc1d4bedcd952d040d13d4c25a21f2ba Mention how "now" is interpreted in the parse_date() doxy. diff -r df361adebc1d -r 474f78ca41d8 avformat.h --- a/avformat.h Tue Jun 22 22:54:29 2010 +0000 +++ b/avformat.h Tue Jun 22 22:54:32 2010 +0000 @@ -1279,8 +1279,9 @@ * @param datestr String representing a date or a duration. * - If a date the syntax is: * @code - * [{YYYY-MM-DD|YYYYMMDD}[T|t| ]]{{HH[:MM[:SS[.m...]]]}|{HH[MM[SS[.m...]]]}}[Z|z] + * now|{[{YYYY-MM-DD|YYYYMMDD}[T|t| ]]{{HH[:MM[:SS[.m...]]]}|{HH[MM[SS[.m...]]]}}[Z|z]} * @endcode + * If the value is "now" it takes the current time. * Time is local time unless Z is appended, in which case it is * interpreted as UTC. * If the year-month-day part is not specified it takes the current