$ condor_config_val CurrentTime condor_config_val CurrentTime Not defined: CurrentTime
I'm sure when condor needs CurrentTime it gets it, but condor_config_val doesn't find it, nor any other variables not explicitly defined in the condor_config file. And for those defined it won't do the computation but simply reports the definition:
$ condor_config_val benchmarktimer (CurrentTime - LastBenchmark)
-alain