-
Notifications
You must be signed in to change notification settings - Fork 468
Closed
Labels
bugOC feature is brokenOC feature is broken
Description
Mc 1.7.10
OpenComputers-MC1.7.10-1.8.1+c71c147-universal
I ran the file with the following content:
print(os.time()/(60*60*24))
print(os.date())The first line returns the number of days elapsed since the start of the game. For some reason it returns a number close to x.0 when the in-game time is 01:00 and returns a number close to x.5 when the in-game time is 13:00. Judging by the position of the sun and moon, os.date() shows the correct time. Looks like os.time() counts down from 01:00 instead of 00:00. Is this intentional behavior?
Metadata
Metadata
Assignees
Labels
bugOC feature is brokenOC feature is broken