diff --git a/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/timeVaryingMappedFvPatchField.C b/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/timeVaryingMappedFvPatchField.C
index 531f467..92aa986 100644
--- a/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/timeVaryingMappedFvPatchField.C
+++ b/src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/timeVaryingMappedFvPatchField.C
@@ -129,7 +129,7 @@ void Foam::timeVaryingMappedFvPatchField<Type>::checkTable()
     (
         sampleTimes_,
         startSampleTime_,
-        time().value(),
+        time().userTimeValue(),
         lo,
         hi
     );