Edits to datetimes.Rmd

This commit is contained in:
Garrett 2016-04-21 13:29:05 -04:00
parent 8dcfd1bb09
commit deed894b40
1 changed files with 4 additions and 7 deletions

View File

@ -1,6 +1,3 @@
---
output: pdf_document
---
# Dates and times
This chapter will show you how to work with dates and times in R. Dates and times follow their own rules, which can make working with them difficult. For example dates and times are ordered, like numbers; but the timeline is not as orderly as the numberline. The timeline repeats itself, and has noticeable gaps due to Daylight Savings Time, leap years, and leap seconds. Datetimes also rely on ambiguous units: How long is a month? How long is a year? Time zones give you another headache when you work with dates and times. The same instant of time will have different "names" in different time zones.