At the beginning of the app the time is correct.
Then at a certain point the time is two (2) hours earlier.
I can't find the moment when this happens.
Is there a way/command which changes the default time?
I use the above code to generate the time-string.
Then at a certain point the time is two (2) hours earlier.
I can't find the moment when this happens.
Is there a way/command which changes the default time?
B4X:
Sub GetTime As String
Dim lNow As Long
lNow = DateTime.Now
Return DateTime.Time(lNow)
End Sub
I use the above code to generate the time-string.