Using the latest DateUtils library, 1.05.
Running this code:
I expect this to produce 0, but instead I get 3600000
Any idea what I might be doing wrong?
RBS
Running this code:
B4X:
Dim lDate As Long
lDate = DateUtils.SetDate(1970,1,1)
Log(lDate)
I expect this to produce 0, but instead I get 3600000
Any idea what I might be doing wrong?
RBS