nmbug-status: Add the time to the footer's build-date
authorW. Trevor King <wking@tremily.us>
Sat, 10 May 2014 20:01:44 +0000 (13:01 -0700)
committerW. Trevor King <wking@tremily.us>
Sat, 10 May 2014 22:38:22 +0000 (15:38 -0700)
commit49c4c24a7f1ba1728ccd9d0121f275da44018ef0
tree1a878dfe64bdbee331ca424461df06263ca1cd9f
parentd6851338bbcd15145d85ae92a5266db97fc01bb6
nmbug-status: Add the time to the footer's build-date

Our repository [1] has a post-update hook that rebuilds the status
page after each push.  Since that may happen several times a day, we
might as well show the build time (as well as the date) in the footer.

The trailing 'Z' is the ISO 8601 designator for UTC.  Now that we're
showing times, it's nice to be explicit about the timezone we're
using.

The rename from date -> datetime gives us backward-compatibility for
folks that *do* only want the date.  We keep the old date formatting
to support those folks.

[1]: http://nmbug.tethera.net/git/nmbug-tags.git
devel/nmbug/nmbug-status