Convert time from local time (either standard or with daylight savings) to UTC.
References
https://stackoverflow.com/questions/23414340/convert-to-local-time-zone-using-latitude-and-longitude
Examples
local <- as.POSIXct("2024-01-15 12:00:00", tz = "America/Chicago")
convert_localtime_to_UTC(local)
#> [1] "2024-01-15 18:00:00 UTC"