mirror of https://github.com/zulip/zulip.git
23 lines
520 B
Markdown
23 lines
520 B
Markdown
|
### What you type
|
||
|
|
||
|
A date picker will appear once you type `<time`.
|
||
|
|
||
|
```
|
||
|
Our next meeting is scheduled for <time:2020-05-28T13:30:00+05:30>
|
||
|
```
|
||
|
|
||
|
!!! tip ""
|
||
|
|
||
|
You can also use other formats such as UNIX timestamps or human readable
|
||
|
dates, for example, `<time:May 28 2020, 1:30 PM IST>`.
|
||
|
|
||
|
### What it looks like
|
||
|
|
||
|
A person in San Francisco will see:
|
||
|
|
||
|
> Our next meeting is scheduled for *Thu, May 28 2020, 1:00 AM*.
|
||
|
|
||
|
While someone in India will see:
|
||
|
|
||
|
> Our next meeting is scheduled for *Thu, May 28 2020, 1:30 PM*.
|