Makes DEFAULT_DATE accept string dates; fixes #1464

This commit is contained in:
Robert Utter 2014-09-22 13:22:36 -07:00 committed by Mr. Senko
commit 3f2d89c9d6
3 changed files with 15 additions and 1 deletions

View file

@ -61,6 +61,8 @@ Setting name (followed by default value, if any)
If ``'fs'``, Pelican will use the file system
timestamp information (mtime) if it can't get
date information from the metadata.
If given any other string, it will be parsed by the same method
as article metadata.
If set to a tuple object, the default datetime object will instead
be generated by passing the tuple to the
``datetime.datetime`` constructor.