typo correction in "Durations" (#678)

This commit is contained in:
Jen Ren 2018-06-20 02:13:23 -07:00 committed by Hadley Wickham
parent c8c28ea2a0
commit e92922f2ae
1 changed files with 1 additions and 1 deletions

View File

@ -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