From 22880a36633ce7b81bf302eff591b855a650e49d Mon Sep 17 00:00:00 2001 From: mine-cetinkaya-rundel Date: Tue, 9 May 2023 23:11:00 -0400 Subject: [PATCH] Fix time zone, closes #1463 --- datetimes.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datetimes.qmd b/datetimes.qmd index 32ad728..029180d 100644 --- a/datetimes.qmd +++ b/datetimes.qmd @@ -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)