Files
zulip/help/include/global-times-examples.md
Lauryn Menard 264740289b help: Use screenshots for global times examples.
Fixes #31131.

(cherry picked from commit 53e7fc38d6)
2024-08-02 14:40:13 -07:00

23 lines
562 B
Markdown

### What you type
A date picker will appear once you type `<time`.
```
Our next meeting is scheduled for <time:2024-08-06T17:00:00+01:00>.
```
!!! tip ""
You can also use other formats such as UNIX timestamps or human readable
dates, for example, `<time:August 06 2024, 5:00 PM BST>`.
### What it looks like
A person in San Francisco will see:
![Global time San Francisco example](/static/images/help/global-time-example-sf.png)
While someone in London will see:
![Global time London example](/static/images/help/global-time-example-london.png)