This is my first pull request, so do let me know if I have done something wrong. I updated the code to use the dateutil.parser.parse function in ablog/post.py so that a user can use any reasonably formatted date object in the post directive.
Adding dateutil.parser.parse requires another dependency, however, the extensions to the datetime module in dateutil are quite nice and deserve a look if you are interested.
This is my first pull request, so do let me know if I have done something wrong. I updated the code to use the dateutil.parser.parse function in ablog/post.py so that a user can use any reasonably formatted date object in the post directive.
Adding dateutil.parser.parse requires another dependency, however, the extensions to the datetime module in dateutil are quite nice and deserve a look if you are interested.