Replies: 1 comment
-
The module package is built with MSFS (command-line mode). It works, which is about as far as I've looked into layout.json details. The timestamp you say is in the current layout.json, -Max (Local time is UTC-4) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I load the layout.json file using Newtonsoft.Json into an object that keeps the Date as a long
Then I obtain the date value from the file like so:
For
Thubnail.jpg
I get132989077060000000
rather than132989725046757824
from the layout.json file.I am unable to get a match. I started to wonder if the layout.json file is maybe wrong so I generated a layout.json file with MSFSLayoutGenerator
The layout.json file generated contains the number
132989077060000000
which would match the number I get.Am I doing something wrong or is the layout.json file not up to date?
Beta Was this translation helpful? Give feedback.
All reactions