Change the way that the ?date= stuff is parsed. It now takes a time (with optional...
authorPhilip Gladstone <philipjsg@users.sourceforge.net>
Fri, 14 Jun 2002 03:38:00 +0000 (03:38 +0000)
committerPhilip Gladstone <philipjsg@users.sourceforge.net>
Fri, 14 Jun 2002 03:38:00 +0000 (03:38 +0000)
commit2dbceb9f8ae57a5882804debfedeaa618407ecba
tree2860b4d735e11f0bfa7aef93ed582f79afd3a85e
parent4fd60448590dfd09c4c889dd605a52cf9bfb808c
Change the way that the ?date= stuff is parsed. It now takes a time (with optional date)
in local time rather than GMT. Note that you are advised to use the date as well as the time
as the time is relative to the current day (which is not much use if the time is in the
future). The date format parsing is pretty strict still:
YYYY-MM-DDTHH:MM:SS   is a format that works. The T is a literal non-digit character. I wouldn't
use a space. The :SS can be omitted. The number of digits *must* be four in the Year.

Originally committed as revision 691 to svn://svn.ffmpeg.org/ffmpeg/trunk
libav/utils.c