# Effect of the formatted display of date / time

**URL:** https://discourse.nodered.org/t/effect-of-the-formatted-display-of-date-time/42831
**Category:** Dashboard
**Created:** [18 March 2021 16:26 UTC](https://discourse.nodered.org/t/effect-of-the-formatted-display-of-date-time/42831 "2021-03-18T16:26:07Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![franzda](https://avatars.discourse-cdn.com/v4/letter/f/85e7bf/32.png) [@franzda](https://discourse.nodered.org/u/franzda)
#### Post date: [18 March 2021 16:26 UTC](https://discourse.nodered.org/t/effect-of-the-formatted-display-of-date-time/42831/1 "2021-03-18T16:26:08Z")

</div>

**sorry, I actually did not post my question correctly a few days ago (copy error)**

Here is the question in detail and correctly:

It seems that the date / time is output differently if a format is given in the output:

The time in the object table is: --\> 2021-03-18T16: 40: 25.859Z  
Issue 1: **{{msg.payload}}** --\> 2021-03-18T16: 40: 25.840Z  
Issue 2: **{{msg.payload | date: "yy.MM.dd HH: mm: ss"}}** --\> 03/21/2018 17:40:25

it looks like the output with the format date: **"yy.MM.dd HH: mm: ss"** increases the time by one hour!

**where can I get information about how time formatting works or how time is saved**

**I use Node-Red with ioBroker**

---

<div class="post-metadata">

### Author: ![Colin](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/colin/32/17040_2.png) [@Colin](https://discourse.nodered.org/u/Colin)
#### Post date: [18 March 2021 17:09 UTC](https://discourse.nodered.org/t/effect-of-the-formatted-display-of-date-time/42831/2 "2021-03-18T17:09:36Z")

</div>

Please don't start a new thread, continue with the original. You can edit the title and first post to correct them if necessary. Also make sure you answer my question there - what is the correct time and timezone for the time values shown? Also check the current time and timezone settings on the machine running node-red and on the machine running the browser, if they are different machines.

---

<div class="post-metadata">

### Author: ![Colin](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/colin/32/17040_2.png) [@Colin](https://discourse.nodered.org/u/Colin)
#### Post date: [18 March 2021 17:09 UTC](https://discourse.nodered.org/t/effect-of-the-formatted-display-of-date-time/42831/3 "2021-03-18T17:09:47Z")

</div>


