Hi,
I can´t get the right time for example:
1634641200 should be: 19.10.2021, 13:00:00 [UTC+2]
I tried date/time formater gives me: "1970-01-19T22:04:01.200Z"
and
$moment(payload).locale("de").format('dddd, [der] D. MMMM YYYY [um] HH:mm')
gives me 1970 too
what did I do wrong ?
edit: i think "1634641200" is to short, there must be more "0". 