Hi Andrea,
Andrea Rossetti writes:
> It turned out that the date format specifier "%h" is not
> accepted by the runtime (MSVCRT.DLL) of my Windows installation
> (a plain Windows 7 64 bit from year 2009).
I updated ox-rss.el so that it uses %b instead of %h.
Thanks,
--
Bastien
Hello everyone,
I played a bit with the RSS export (contrib/lisp/ox-rss.el),
and found that the dates in the emitted output lack the month name:
Sat, 05 2013 15:44:49 +0200 (the month "Oct"
is missing).
It turned out that the date format specifier "%h" is not
accepted by the runtime (MSVCR