<% pageData.forEach((notification) => { let date = new Date(parseInt(notification.postTime)); %> <% }) %>
Time Package Content
<%= date.toLocaleString('en-GB', { timeZone: 'UTC' }) %> <%= notification.appName.substring(0,24) %> <%= notification.title %>
<%= notification.content %>