org-odt.el: Format date strings in meta.xml using portable means
commit0dd10f5d9743a02aa504155a6f8be14b9c587d44
authorJambunathan K <kjambunathan@gmail.com>
Tue, 6 Sep 2011 18:15:25 +0000 (6 23:45 +0530)
committerJambunathan K <kjambunathan@gmail.com>
Tue, 6 Sep 2011 18:15:25 +0000 (6 23:45 +0530)
treed554a8dd894756244a1055da88dfdbcbbeb598a6
parent6b955077dc86ee7d5084c49a9aa31d57579d7fab
org-odt.el: Format date strings in meta.xml using portable means

* contrib/lisp/org-odt.el (org-odt-format-date): %:z format
specifier of `format-time-string' is not portable.  Replace it
with an equivalent implementation using %z specifier.

Thanks to Anton Tarasenko for reporting this bug and verifying
this fix.  See
http://lists.gnu.org/archive/html/emacs-orgmode/2011-09/msg00099.html
contrib/lisp/org-odt.el