Quantcast
Channel: Xojo Programming Forum - Latest topics
Viewing all articles
Browse latest Browse all 3773

DateTime issues / advices

$
0
0

Hello guys,

Today I checked one of my console apps on one of the server and it seems that I found one weird issue on the date time side , it seems that the date is always

2001/01/01 00:33:44

But for example if I go on the server side and I check the date , at the current test time I got this as server date time

Wed Feb 14 09:25:24 EET 2024

On the code side on Date I get the standard code to generate the date time

Var d As DateTime
d = DateTime.Now

And the standard DB record

row.Column("LogTimestamp").DateTimeValue = d

I assume that the app was build on an older version of XOJO , I assume the previous one and no idea what could have happened .

Any ideas ?

So far based on the weird timestamp it seems like a system date error or something else as the dateTime is always the same, no matter on what date it logged the data and at a random time.

I will have to build using the latest XOJO and see if the issue still happens.

Thanks

23 posts - 5 participants

Read full topic


Viewing all articles
Browse latest Browse all 3773

Trending Articles