Numbered Steps to Reproduce Problem:
Code Snippet (if applicable) to Reproduce Problem:
birthdate = world.realtime |
Expected Results:User's Birthdate: 9:23
Actual Results:User's Birthdate: 3.98396e+009
Does the problem occur:
Every time? Or how often? Everytime
In other user accounts?Dont Know
On other computers?Dont know
When does the problem NOT occur? Never
Did the problem NOT occur in any earlier versions? If so, what was the last version that worked? (Visit http://www.byond.com/download/build to download old versions for testing.)
Workarounds:
"realtime var (world)
See also:
time var (world)
timeofday var (world)
time2text proc
This is the time (in 1/10 seconds) since 00:00:00 GMT, January 1, 2000 (also known as the BYOND era).
Because this is a large number, BYOND's number system isn't capable of enough precision to deliver the exact number of 1/10 second ticks. It usually rounds off to the nearest several seconds. For more accurate readings use world.timeofday."