Page 1 of 1

Time Bug?

Posted: Thu Jan 02, 2020 2:11 pm
by SeaQueen
Has anyone noticed that the time displayed in the main window doesn't seem to agree with:

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.

RE: Time Bug?

Posted: Thu Jan 02, 2020 2:16 pm
by SeaQueen
I just confirmed. I'm almost certainly an idiot.