|
From: Florian B. <flo...@gm...> - 2016-07-08 09:40:45
|
Hi!
I coded my programm on windows in Visual Studio.
Now I copied the source code to a Linux machine and compiled it there.
On Windows everything works just fine, but on Linux on every execution I get
a different result for
tz->getOffset((UDate)(date*1000), FALSE, utc, dst, ec);
I get completely different result for utc, and a different results for dst
(+/- 2 ms)
Some results for utc
106572176
-1311627824
292099728
-1128673168
I use icu_52_1
|