mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#7403 Replace fromTime_t with fromSecsSinceEpoch
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user