ID:932807
 
(See the best response by Boubi.)
Descriptive Problem Summary:

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:

Might want to use time2text ...


"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."
Not a bug. As ATHK mentioned, you have to use time2text() to convert it to a displayable value.
-_- User's Birthdate: Wed Aug 15 21:42:30 2012
In response to DarkW0lf (#3)
DarkW0lf wrote:
-_- User's Birthdate: Wed Aug 15 21:42:30 2012

I think you need to read the reference and guide you don't yet have the skill as a programmer to start making bug reports.

No offence but you aren't experienced enough yet :)
In response to A.T.H.K (#4)
A.T.H.K wrote:
DarkW0lf wrote:
-_- User's Birthdate: Wed Aug 15 21:42:30 2012

I think you need to read the reference and guide you don't yet have the skill as a programmer to start making bug reports.

No offence but you aren't experienced enough yet :)

i actually read the ref when am coding
Best response
Look up the time2text() arguments.