Time Bug?
Posted: Thu Jan 02, 2020 2:11 pm
Has anyone noticed that the time displayed in the main window doesn't seem to agree with:
I'm trying to determine if this is a bug, or I'm an idiot. Either are equally plausible.
Code: Select all
currentTime = ScenEdit_CurrentTime()
print(currentTime)
print(os.date("%m/%d/%Y %I:%M:%S %p", currentTime ))
I'm trying to determine if this is a bug, or I'm an idiot. Either are equally plausible.