diff --git a/DESCRIPTION b/DESCRIPTION
index 28deba3ef649d5b0cec2617d500562c6896293d9..d7adbfae3b35ed402c80d16f51af02f0ed8414b6 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,7 +1,7 @@
 Package: airGR
 Type: Package
 Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
-Version: 1.3.0.9
+Version: 1.3.0.10
 Date: 2019-05-20
 Authors@R: c(
   person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
diff --git a/NEWS.rmd b/NEWS.rmd
index 44775d4bde46596635473d552c1a5bd33a5c6c32..21199a2db566a558b62ca3fd984767ee273e9cc6 100644
--- a/NEWS.rmd
+++ b/NEWS.rmd
@@ -14,7 +14,7 @@ output:
 
 
 
-### 1.3.0.9 Release Notes (2019-05-20)
+### 1.3.0.10 Release Notes (2019-05-20)
 
 
 #### New features
diff --git a/man/RunModel_CemaNeigeGR4H.Rd b/man/RunModel_CemaNeigeGR4H.Rd
index f7fe04ed2a3feffc625d4910180ec8c6de7ab021..c7ae7a7acb38abbab7cea738e3eb5164a09051d3 100644
--- a/man/RunModel_CemaNeigeGR4H.Rd
+++ b/man/RunModel_CemaNeigeGR4H.Rd
@@ -89,8 +89,8 @@ library(airGR)
 
 ## loading catchment data
 data(L0123002)
-BasinObs$DatesR <- seq(from = as.POSIXct("1984-01-01", tz = "UTC"),
-                       to = as.POSIXct("1984-01-01", tz = "UTC") + length(BasinObs$DatesR),
+BasinObs$DatesR <- seq(from = BasinObs$DatesR[1L],
+                       length.out = length(BasinObs$DatesR),
                        by = "hour")
 
 ## preparation of the InputsModel object