I have an Excel file that have dates/times as part of the data. This data in the Excel file looks like the following:
4/28/2016 11:30:00 AM
When I import this file into R using xlsx or readxl libraries the dates that I get in R are missing one second. For example, the previous date becomes 4/28/2016 11:29:59 AM.