Skip to content

Commit 685f19d

Browse files
committed
Minor updates
1 parent 1c5f81f commit 685f19d

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

_freeze/posts/20-working-with-dates-and-times/index/execute-results/html.json

Lines changed: 3 additions & 2 deletions
Large diffs are not rendered by default.
-59 Bytes
Loading
-2.04 KB
Loading

posts/20-working-with-dates-and-times/index.qmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ categories: [module 5, week 6, tidyverse, R, programming, dates and times]
2727

2828
**Before class, you can prepare by reading the following materials:**
2929

30-
1. <https://r4ds.had.co.nz/dates-and-times>
30+
1. <https://r4ds.hadley.nz/datetimes.html>
3131
:::
3232

3333
### Acknowledgements
3434

3535
Material for this lecture was borrowed and adopted from
3636

3737
- <https://jhu-advdatasci.github.io/2018/lectures/09-dates-times>
38-
- <https://r4ds.had.co.nz/dates-and-times>
38+
- <https://r4ds.hadley.nz/datetimes.html>
3939

4040
# Learning objectives
4141

@@ -389,7 +389,7 @@ A few other fun things to think about related to time zones:
389389

390390
- Almost always better to specify time zone when possible to avoid ambiguity
391391

392-
- Daylight savings time (DST)
392+
- Daylight savings time (DST): not all countries use it! Mexico stopped using it in 2022-10-30.
393393

394394
- Some states are in two time zones
395395

@@ -677,7 +677,7 @@ d5 <- "12/30/14" # Dec 30, 20
677677
- <https://lubridate.tidyverse.org>
678678
- `lubridate` cheat sheet: <https://rawgit.com/rstudio/cheatsheets/master/lubridate.pdf>
679679
- <https://jhu-advdatasci.github.io/2018/lectures/09-dates-times>
680-
- <https://r4ds.had.co.nz/dates-and-times>
680+
- <https://r4ds.hadley.nz/datetimes.html>
681681
:::
682682

683683
# R session information

0 commit comments

Comments
 (0)