From 7e5b244b17ac516178dd6f6bb0b463637343923e Mon Sep 17 00:00:00 2001
From: unknown <olivier.delaigue@ANPI1430.antony.irstea.priv>
Date: Wed, 26 Oct 2016 10:57:57 +0200
Subject: [PATCH] In BasinObs the dates vector is in POSIXct format. #3896

---
 man/BasinObs.Rd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man/BasinObs.Rd b/man/BasinObs.Rd
index 61bd8daf..69aeb559 100644
--- a/man/BasinObs.Rd
+++ b/man/BasinObs.Rd
@@ -5,7 +5,7 @@
 \title{Data sample: time series of observations of a fictional catchment (L0123001, L0123002 or L0123003)}
 \format{Data frame named 'BasinObs' containing
 \itemize{
-\item one POSIXlt vector: time series dates in the POSIXlt format
+\item one POSIXct vector: time series dates in the POSIXct format
 \item five numeric vectors: time series of catchment average precipitation [mm/time step], catchment average air temperature [°C], catchment average potential evapotranspiration [mm/time step], outlet discharge [l/s], outlet discharge [mm/time step]
 }}
 \description{
-- 
GitLab