#7403 Replace fromTime_t with fromSecsSinceEpoch

This commit is contained in:
Magne Sjaastad
2021-02-22 07:37:45 +01:00
parent b29952e8a9
commit f12a3ed1ba
6 changed files with 11 additions and 11 deletions

View File

@@ -1678,7 +1678,7 @@ void RifReaderEclipseOutput::readWellCells( const ecl_grid_type* mainEclGrid, bo
// Also see RifEclipseOutputFileAccess::timeStepsText for accessing time_t structures
time_t stepTime = well_state_get_sim_time( ert_well_state );
wellResFrame.m_timestamp = QDateTime::fromTime_t( stepTime );
wellResFrame.m_timestamp = QDateTime::fromSecsSinceEpoch( stepTime );
}
// Production type