EPOCH Date/time
In addition to a Date column and a Time column, the exported CSV file contains an “Epoch” column that represents the sampling date and time in numerical format, to be used for processing on spreadsheets.To convert this information to data in Microsoft Excel or Oracle Openoffice standard, run the following calculation:(A1 + timezone * 3600)/86400)+25569where:A1: name of cell containing Epoch valueTimezone: shift from GMT. Ex.: Rome = +1The cell result is formatted in “Date/time” format with the spreadsheet.