r16035 - gnucash/trunk - Do not set timezone to UTC on Windows, #434752.

Andreas Köhler andi5 at cvs.gnucash.org
Tue May 1 10:03:45 EDT 2007


Author: andi5
Date: 2007-05-01 10:03:44 -0400 (Tue, 01 May 2007)
New Revision: 16035
Trac: http://svn.gnucash.org/trac/changeset/16035

Modified:
   gnucash/trunk/packaging/win32/install-fq-mods.bat
   gnucash/trunk/src/bin/gnucash-bin.c
   gnucash/trunk/src/quotes/gnc-fq-helper.in
Log:
Do not set timezone to UTC on Windows, #434752.

The perl module Date::Manip needs some timezone information to work, but
cannot determine that itself on Windows.  Setting the TZ environment
variable for the gnucash process has bad consequences, so rather call
Date_Init("TZ=UTC") if TZ is unset.




More information about the gnucash-patches mailing list