# Intended to shut the master down when the startd goes away for
 # more than sixty seconds.  Also shuts the master down if the
 # startd hasn't been started in sixty seconds.
-MASTER.DAEMON_SHUTDOWN_FAST = ( STARTD_StartTime == 0 ) && ((CurrentTime - DaemonStartTime) > 60)
+MASTER.DAEMON_SHUTDOWN_FAST = ( STARTD_StartTime == 0 ) && ((time() - DaemonStartTime) > 60)
 # The script the shuts the instance down when HTCondor exits.
 MASTER_SHUTDOWN_SHUTDOWN = /etc/condor/shutdown
 # Because we can, mostly.