x
R/zoned-time.R
is_zoned_time.Rd
This function determines if the input is a zoned-time object.
is_zoned_time(x)
[object]
An object.
TRUE if x inherits from "clock_zoned_time", otherwise FALSE.
TRUE
"clock_zoned_time"
FALSE
is_zoned_time(1) #> [1] FALSE is_zoned_time(zoned_time_now("America/New_York")) #> [1] TRUE