(timestamp)
| 25 | } |
| 26 | |
| 27 | function getTime(timestamp) { |
| 28 | let ts = new Date(timestamp * 1000) |
| 29 | return ts.toLocaleTimeString("de-DE", {timeZone: 'Europe/Berlin', hour: '2-digit', minute:'2-digit'}) |
| 30 | } |
| 31 | |
| 32 | async function createWidget(channel) { |
| 33 | let widget = new ListWidget() |