[Resolved] interaction.user.createdTimestamp is returning the wrong year
so when i run
it shows the correct month and date, except the year it shows is 53002
4 Replies
divide by 1000, timestamps take seconds
oh
lemme try that
it returns <t:1610415739.356:F>
hello?
Math.round(<timestamp in ms> / 1000)
<t:1610415739:F>
oh
lemme try that
omg ty]