Fix time zone, closes #1463
This commit is contained in:
parent
58ec9d9563
commit
22880a3663
|
@ -759,7 +759,7 @@ Unless otherwise specified, lubridate always uses UTC.
|
|||
UTC (Coordinated Universal Time) is the standard time zone used by the scientific community and is roughly equivalent to 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:
|
||||
In that case, the date-times will display in the time zone of the first element:
|
||||
|
||||
```{r}
|
||||
x4 <- c(x1, x2, x3)
|
||||
|
|
Loading…
Reference in New Issue