From e92922f2ae4955fd17f5379736b0d48b858fa684 Mon Sep 17 00:00:00 2001 From: Jen Ren Date: Wed, 20 Jun 2018 02:13:23 -0700 Subject: [PATCH] typo correction in "Durations" (#678) --- datetimes.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datetimes.Rmd b/datetimes.Rmd index c9a635d..e9477f5 100644 --- a/datetimes.Rmd +++ b/datetimes.Rmd @@ -384,7 +384,7 @@ one_pm one_pm + ddays(1) ``` -Why is one day after 1pm on March 12, 2pm on March 13?! If you look carefully at the date you might also notice that the time zones have changed. Because of DST, March 12 only has 23 hours, so if add a full days worth of seconds we end up with a different time. +Why is one day after 1pm on March 12, 2pm on March 13?! If you look carefully at the date you might also notice that the time zones have changed. Because of DST, March 12 only has 23 hours, so if we add a full days worth of seconds we end up with a different time. ### Periods