Ignore:
Timestamp:
10/11/21 16:01:02 (3 years ago)
Author:
Wouter Pasman
Message:

Added MOPAC protocol. For GeniusWeb 2.0.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • geniuswebcore/geniusweb/progress/ProgressTime.py

    r67 r69  
    5555
    5656        def getTerminationTime(self) -> datetime:
    57                 return datetime.fromtimestamp( int(datetime.timestamp(self._start)*1000) + self._duration);
     57                return datetime.fromtimestamp( (int(datetime.timestamp(self._start)*1000) + self._duration)/1000.);
    5858       
    5959
Note: See TracChangeset for help on using the changeset viewer.