Timestamps
Add a :STYLE suffix to a date variable to show the time as a live timestamp: each person sees it in their own local time, and the relative style updates on its own. The plain variable is unchanged. Works on: {channel.createdat}, {date}, {datetime}, {datetime12}, {server.createdat}, {time}, {time12}, {user.createdat}, {user.joinedat}.
| you write | shows | style |
|---|---|---|
| {datetime:t} | 16:20 | Short time |
| {datetime:T} | 16:20:30 | Long time |
| {datetime:d} | 20/04/2021 | Short date |
| {datetime:D} | 20 April 2021 | Long date |
| {datetime:f} | 20 April 2021 16:20 | Short date and time |
| {datetime:F} | Tuesday, 20 April 2021 16:20 | Long date and time |
| {datetime:R} | 2 months ago | Relative, updates on its own |