diff --git a/src/js/backend.js b/src/js/backend.js index 2b0ad8f..17536d4 100644 --- a/src/js/backend.js +++ b/src/js/backend.js @@ -441,7 +441,7 @@ function formatEpochTime(epoch, timezone) { } // Function to recursively process timestamps in the data -function processTimestamps(data, timezone, keysToConvert = ['utcStartSeconds', 'utcEndSeconds', 'timestamp', 'startTime', 'endTime']) { +function processTimestamps(data, timezone, keysToConvert = ['dateAdded', 'utcStartSeconds', 'utcEndSeconds', 'timestamp', 'startTime', 'endTime']) { if (!data || typeof data !== 'object') return data; if (Array.isArray(data)) {