w3c timezone moment code example
Example 1: moment format timezone postgres
this.router.navigate(["heroes"], {some-data: "othrData"})
Example 2: moment date without timezone
moment().utcOffset(0, true).format()
this.router.navigate(["heroes"], {some-data: "othrData"})
moment().utcOffset(0, true).format()