This is different from `ISOdateTime` ``` lubridate::make_datetime(2016, 10, 15, 0,0,0 , tz = "America/New_York") [1] "2016-10-14 20:00:00 EDT" ISOdatetime(2016, 10, 15, 0,0,0 , tz = "America/New_York") [1] "2016-10-15 EDT" ``` from the docs: > make_datetime is a very fast drop-in replacement for base::ISOdate and base::ISOdatetime.
This is different from
ISOdateTimefrom the docs: