diff --git a/man/CreateInputsModel.Rd b/man/CreateInputsModel.Rd
index e9788fedd96abe8526187dd47d3b976ead80f218..c3e2533040b83649d235b6678739510fefc79179 100644
--- a/man/CreateInputsModel.Rd
+++ b/man/CreateInputsModel.Rd
@@ -10,7 +10,7 @@ CreateInputsModel(FUN_MOD, DatesR, Precip, PotEvap = NULL, TempMean = NULL,
 \arguments{
 \item{FUN_MOD}{[function] hydrological model function (e.g. RunModel_GR4J, RunModel_CemaNeigeGR4J)}
 
-\item{DatesR}{[POSIXlt] vector of dates required to create the GR model and CemaNeige module inputs}
+\item{DatesR}{[POSIXt] vector of dates required to create the GR model and CemaNeige module inputs}
 
 \item{Precip}{[numeric] time series of total precipitation (catchment average) [mm], required to create the GR model and CemaNeige module inputs}
 
diff --git a/man/DataAltiExtrapolation_Valery.Rd b/man/DataAltiExtrapolation_Valery.Rd
index 055e3cc773f87073177507bc2f087ab88a8432ac..6f625a27089e171984e373b3a27e641c89c36b2d 100644
--- a/man/DataAltiExtrapolation_Valery.Rd
+++ b/man/DataAltiExtrapolation_Valery.Rd
@@ -7,7 +7,7 @@ DataAltiExtrapolation_Valery(DatesR, Precip, TempMean, TempMin = NULL,
   TempMax = NULL, ZInputs, HypsoData, NLayers, verbose = TRUE)
 }
 \arguments{
-\item{DatesR}{[POSIXlt] vector of dates}
+\item{DatesR}{[POSIXt] vector of dates}
 
 \item{Precip}{[numeric] time series of daily total precipitation (catchment average) [mm]}