Solved: VA Integration Pack 2 timestamps Bug
-
- Ticket Agent
- Posts: 6
- Joined: Sun May 09, 2021 2:36 am
- Contact:
Solved: VA Integration Pack 2 timestamps Bug
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
- joefremont
- FSAirlines Developer
- Posts: 3845
- Joined: Tue May 16, 2006 5:46 am
- Location: KSFO
Re: BUG: VA Integration Pack 2 Picture Path Bug
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.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
I've sworn an oath of solitude until the pestilence is purged from the lands.
- joefremont
- FSAirlines Developer
- Posts: 3845
- Joined: Tue May 16, 2006 5:46 am
- Location: KSFO
Re: Possible: VA Integration Pack 2 timestamps Bug
Since this is a different issue I split this into a different topic.
I've sworn an oath of solitude until the pestilence is purged from the lands.
-
- Ticket Agent
- Posts: 6
- Joined: Sun May 09, 2021 2:36 am
- Contact:
Re: Possible: VA Integration Pack 2 timestamps Bug
Well. I found my problem.
I assumed timestamps in milliseconds all the time. But that's seconds.
The timestamps are now working.
I assumed timestamps in milliseconds all the time. But that's seconds.
The timestamps are now working.
- joefremont
- FSAirlines Developer
- Posts: 3845
- Joined: Tue May 16, 2006 5:46 am
- Location: KSFO
Re: Solved: VA Integration Pack 2 timestamps Bug
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.
I've sworn an oath of solitude until the pestilence is purged from the lands.