You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "", line 1, in
rst.iget_restart_sim_time(6662)
File "C:\Users\P.Tummala\Anaconda3\envs\pysim\lib\site-packages\ecl\eclfile\ecl_file.py", line 653, in iget_restart_sim_time
return ct.datetime()
File "C:\Users\P.Tummala\Anaconda3\envs\pysim\lib\site-packages\ecl\util\util\ctime.py", line 59, in datetime
return datetime.datetime(*self.time()[0:6])
File "C:\Users\P.Tummala\Anaconda3\envs\pysim\lib\site-packages\ecl\util\util\ctime.py", line 52, in time
return time.gmtime(self.value())
OSError: [Errno 22] Invalid argument
The text was updated successfully, but these errors were encountered:
I am having 2038 problem in Windows 10 while retrieving dates from Eclipse generated restart file.
rst.iget_restart_sim_time(6661)
datetime.datetime(2038, 1, 1, 0, 0)
rst.iget_restart_sim_time(6662)
The text was updated successfully, but these errors were encountered: