You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The /id-calc command shows both the UNIX timestamp in seconds and the UNIX timestamps in milliseconds. However, these fields are switched i.e. the field with milliseconds clntains the value with seconds and vice-versa
Steps to reproduce
Run /id-calc with a Discord-ID, e.g. /id-calc 358291050957111296
Check the fields for the UNIX timestamp.
Expected behavior
The Unix-Timestamp field should contain the number of seconds since 1.1.1970 while the Unix-Timestamp (+ milliseconds) field should contain the number of milliseconds since that date.
Describe the bug
The
/id-calccommand shows both the UNIX timestamp in seconds and the UNIX timestamps in milliseconds. However, these fields are switched i.e. the field with milliseconds clntains the value with seconds and vice-versaSteps to reproduce
Run
/id-calcwith a Discord-ID, e.g./id-calc 358291050957111296Check the fields for the UNIX timestamp.
Expected behavior
The
Unix-Timestampfield should contain the number of seconds since 1.1.1970 while theUnix-Timestamp (+ milliseconds)field should contain the number of milliseconds since that date.