Re: [Quickfix-users] Quickfix C++ timezone question
Brought to you by:
orenmnero
From: Neeraj R. <rn...@ya...> - 2009-08-10 01:03:31
|
We were able to work around the timezone problem by starting the process with environment variable TZ set, e.g TZ=GMT This won't work if same process needs to support multiple time zones, but we just start different process for each timezone. thanks Neeraj --- On Tue, 7/14/09, Neeraj Rai <rn...@ya...> wrote: > From: Neeraj Rai <rn...@ya...> > Subject: Quickfix C++ timezone question > To: qui...@li... > Date: Tuesday, July 14, 2009, 10:59 PM > Hi , > > We use C++ version of quickfix. I have seen a few posts > about the timezones > and a nabble post from 2008 about no timezone support > http://www.nabble.com/TimeZone-in-quickfix.ini-td15607075.html > > 1. Has the support been added yet ? I don't see it in > docs. > only in java docs. > 2. if we submit a patch for the same, is there a chance of > it being > accepted ? I saw a patch submital for week long > session but not sure > if it was accepted. > 3. It is also not clear if new versions are being released > because for > 2 years and 2 employers I have been using 1.12.4 > Please throw some light on the status and process. > > thanks > Neeraj > > > > > > |