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.
Moderators: RoryAndersonCDT, michaelm75au, angster, MOD_Command
Code: Select all
currentTime = ScenEdit_CurrentTime()
print(currentTime)
print(os.date("%m/%d/%Y %I:%M:%S %p", currentTime ))