DISCORD TOOLS

Unix timestamp conversion and markdown reference.

Timestamp Generator

Select a local date and time to generate Discord compatible Unix tags.

Message Tricks & Formatting

Syntax Result
**text**Bold
*text*Italic
__text__Underline
~~text~~Strikethrough
||text||Spoiler
# textHeading 1
## textHeading 2
### textHeading 3
-# textSubtext
> textBlockquote
[text](url)Masked Link
`text`Inline Code
```html <html> Code goes here </html> ```
<html>
Code goes here
</html>