M micro Well-Known Member Licensed User May 13, 2015 #1 Hi to all Why on the PC the Time is correct (legal time) while with B4j the time is solar time (- 1h)? Thanks
Hi to all Why on the PC the Time is correct (legal time) while with B4j the time is solar time (- 1h)? Thanks
Erel Administrator Staff member Licensed User May 13, 2015 #2 You haven't posted your code. Create a new program with this code: B4X: Log(DateTime.Time(DateTime.Now)) Is the output correct?
You haven't posted your code. Create a new program with this code: B4X: Log(DateTime.Time(DateTime.Now)) Is the output correct?
M micro Well-Known Member Licensed User May 14, 2015 #3 Ok I have removed this line DateTime.SetTimeZone(1) Thanks