leppott / ContDataQC

Quality control checks on continuous data. Example data is from a HOBO data logger with 30 minute intervals.
https://leppott.github.io/ContDataQC/
MIT License
20 stars 10 forks source link

miniDOT concatenate drops midnight time #163

Closed leppott closed 1 month ago

leppott commented 1 month ago

Describe the bug Midnight time getting dropped from Date Time and Time in miniDOT concatenate function.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

leppott commented 1 month ago

print and as.character drop time from date time if time is midnight.

Need to add format to force R to keep the time (if midnight).

leppott commented 1 month ago

image