convert_date_to_dtm("2019-07-18T15:25:00")
#> [1] "2019-07-18 15:25:00 UTC"
convert_date_to_dtm(Sys.time())
-#> [1] "2024-12-19 16:22:03 UTC"
+#> [1] "2024-12-20 13:55:20 UTC"
convert_date_to_dtm(as.Date("2019-07-18"), time_imputation = "23:59:59")
#> [1] "2019-07-18 23:59:59 UTC"
convert_date_to_dtm("2019-07-18", time_imputation = "23:59:59")
diff --git a/dev/reference/convert_dtc_to_dt.html b/dev/reference/convert_dtc_to_dt.html
index 084b474eaf..5c05cf3973 100644
--- a/dev/reference/convert_dtc_to_dt.html
+++ b/dev/reference/convert_dtc_to_dt.html
@@ -7,7 +7,7 @@
admiral
- 1.1.1.9042
+ 1.1.1.9043