Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions guide/Date/timezone_ai.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ Replace `Region/City` with the desired timezone. For example, `Europe/Zurich` or

This example demonstrates how `$timezone` changes the output of the `$hour` function.

```html
<discord-messages>
<discord-message :bot="false" role-color="#ffcc9a" author="Member">
!!exec
Expand All @@ -27,7 +26,7 @@ This example demonstrates how `$timezone` changes the output of the `$hour` func
after Change Europe/Zurich 12
</discord-message>
</discord-messages>
```


In this example:

Expand Down
Loading