Message 1 of 10
Not applicable
06-26-2017
01:30 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Added this to my post to add a time stamp when I posted it. Works fine but it posts out 4 hours ahead. It's wrong in the dump file too.
if (hasGlobalParameter("generated-at"))
{
var generated = getGlobalParameter("generated-at");
if (generated)
{
writeComment("POSTED: " + generated);
}
}Is there anything I can change here or is Inventor pulling the wrong time?
Solved! Go to Solution.
