How do I specify the date of the post?

In the post configuration section, set the timestamp key. It must match the format from config.yaml - timestamp_format.

Example

[[
title: My Post
tags: [stuff, moar stuff]
timestamp: 2013-11-13 21:14
]]

See: Post Data Block for more information.

$ sudo pip install pykwiki
...
$ pykwiki new MyProject
...
$ cd MyProject
$ pykwiki cache
$ cd docroot
$ python -m SimpleHTTPServer 5000
Serving HTTP on 0.0.0.0 port 5000 ...