Page 1 of 1

Solved: VA Integration Pack 2 timestamps Bug

Posted: Wed Jun 16, 2021 6:33 am
by nichtDanger
Thanks, I also noticed that all the timestamps I saw are wrong. Am I doing something wrong? Perhaps this should be saved as text in the database and not as a number. Maybe the Number is too big 🤔

Re: BUG: VA Integration Pack 2 Picture Path Bug

Posted: Wed Jun 16, 2021 3:22 pm
by joefremont
nichtDanger wrote: ↑Wed Jun 16, 2021 6:33 am Thanks, I also noticed that all the timestamps I saw are wrong. Am I doing something wrong? Perhaps this should be saved as text in the database and not as a number. Maybe the Number is too big 🤔
Which timestamps are you referring to? Someone else also reported wrong time stamps, I checked the function they referred to and they were not wrong, so please be specific and give examples.

Re: Possible: VA Integration Pack 2 timestamps Bug

Posted: Wed Jun 16, 2021 3:24 pm
by joefremont
Since this is a different issue I split this into a different topic.

Re: Possible: VA Integration Pack 2 timestamps Bug

Posted: Thu Jun 17, 2021 6:07 pm
by nichtDanger
Well. I found my problem.
I assumed timestamps in milliseconds all the time. But that's seconds.
The timestamps are now working.

Re: Solved: VA Integration Pack 2 timestamps Bug

Posted: Thu Jun 17, 2021 6:17 pm
by joefremont
Glad you figured out the problem. Yes, I have seen some languages/libraries that use milliseconds but the standard 'unix time' which is what we use is always in seconds.