POSIXct range condition callCompose POSIXct range condition call from inputs.
call_condition_range_posixct(varname, range, timezone = Sys.timezone())call.
(name or character(1)) name of the variable.
(POSIXct) range of the variable.
Be aware that output uses truncated range format "%Y-%m-%d %H:%M:%S",
which means that some precision might be lost.
(character(1)) specifies the time zone to be used for the conversion.
By default Sys.timezone() is used.