Update datetimes.Rmd (#649)

fix typo
This commit is contained in:
andrewmacfarland 2018-06-20 03:07:28 -06:00 committed by Hadley Wickham
parent 44f3e50fdf
commit f8a9d17d6f
1 changed files with 1 additions and 1 deletions

View File

@ -538,7 +538,7 @@ x1 - x2
x1 - x3
```
Unless other specified, lubridate always uses UTC. UTC (Coordinated Universal Time) is the standard time zone used by the scientific community and roughly equivalent to its predecessor GMT (Greenwich Mean Time). It does not have DST, which makes a convenient representation for computation. Operations that combine date-times, like `c()`, will often drop the time zone. In that case, the date-times will display in your local time zone:
Unless otherwise specified, lubridate always uses UTC. UTC (Coordinated Universal Time) is the standard time zone used by the scientific community and roughly equivalent to its predecessor GMT (Greenwich Mean Time). It does not have DST, which makes a convenient representation for computation. Operations that combine date-times, like `c()`, will often drop the time zone. In that case, the date-times will display in your local time zone:
```{r}
x4 <- c(x1, x2, x3)