diff --git a/help/include/global-times-examples.md b/help/include/global-times-examples.md index 948d344d0f..2a1066fbd4 100644 --- a/help/include/global-times-examples.md +++ b/help/include/global-times-examples.md @@ -3,20 +3,20 @@ A date picker will appear once you type ` +Our next meeting is scheduled for . ``` !!! tip "" You can also use other formats such as UNIX timestamps or human readable - dates, for example, ``. + dates, for example, ``. ### What it looks like A person in San Francisco will see: -> Our next meeting is scheduled for *Thu, May 28 2020, 1:00 AM*. +![Global time San Francisco example](/static/images/help/global-time-example-sf.png) -While someone in India will see: +While someone in London will see: -> Our next meeting is scheduled for *Thu, May 28 2020, 1:30 PM*. +![Global time London example](/static/images/help/global-time-example-london.png) diff --git a/static/images/help/global-time-example-london.png b/static/images/help/global-time-example-london.png new file mode 100644 index 0000000000..4b5dd634b4 Binary files /dev/null and b/static/images/help/global-time-example-london.png differ diff --git a/static/images/help/global-time-example-sf.png b/static/images/help/global-time-example-sf.png new file mode 100644 index 0000000000..34825b18a3 Binary files /dev/null and b/static/images/help/global-time-example-sf.png differ