So this isn't so much a coding question, but an understanding of this function within R
.
Lets pretend that I am subtracting a known data and time from just a date with unknown time.
What is the default time Sys.time()
uses in R
?
example: endpoint (known time and date) - startpoint (known date)
The reason I ask is that I have a code, which I have been using. If it is a few hours off in every point, it won't make any difference in my data, but I want to know for myself.