#wtf is UnixTimeStamp?

1 messages · Page 1 of 1 (latest)

faint topaz
#

what does DateTime.fromUnixTimestamp do? I already checked documentations, asked chatgpt still confused. it returns the number you give it in milleseconds right

dawn pollen
#

perhaps a better question, what are you trying to do exactly?

faint topaz
#

I put in 10 and it prints 10000

dawn pollen
faint topaz
#

im still confused

dawn pollen
faint topaz
#

on what it does, does it just return the number you give it in milliseconds?

#

like 10 = 10000, or 1 = 1000

dawn pollen
faint topaz
dawn pollen
dawn pollen
#

e.g time() or os.clock()

#

or runservice.framenumber etc

#

timing be like that 🤷

faint topaz
#

the number I put in is how many seconds after january 1 1970

#

and it will give me info at that time

#

?