* Michael Biebl <bi...@debian.org>, 2012-07-10, 21:15:
It parses timezones correctly, but it doesn't change TZ for the
program it executes. So xsltproc would still print date in local
timezone, unless you reset TZ manually.
You are right, of course.
Updated patch attached.
[...]
- $(XSLTPROC) -o $@ $(XSLTPROC_FLAGS)
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
+ faketime "`TZ=GMT stat -c %y $<`" $(XSLTPROC) -o $@ $(XSLTPROC_FLAGS)
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
Hmm. This sets TZ for stat (which I don't believe makes any
difference), but not for xsltproc (which is what I think actually
matters).
--
Jakub Wilk
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org