"log-time-ascii: yes" ("print UTC timestamp in ascii to logfile, default
is epoch in seconds") doesn't work on Windows 7 SP1 64-bit with the
latest Unbound 1.4.17; meaning, no timestamp is still epoch.
I tested a Gentoo Linux host with 1.4.16 (.17 not available yet) and
there it works.
"log-time-ascii: yes" ("print UTC timestamp in ascii to logfile,
default is epoch in seconds") doesn't work on Windows 7 SP1 64-bit
with the latest Unbound 1.4.17; meaning, no timestamp is still
epoch.
I tested a Gentoo Linux host with 1.4.16 (.17 not available yet)
and there it works.
Yes, because localtime_r, gmtime_r and so forth are not available on
Windows. It is implemented now for windows with windows-specific
functions.
You can download a snapshot of the unbound development version, and
try it:
www.nlnetlabs.nl/~wouter/unbound_setup_1.4.18_20120615.exe