All results will be `NA`, so maybe an error? ``` r library(clock) x <- as_naive_time(year_month_day(2019, 1, 1)) format(x, format = "%Z") #> [1] NA ``` <sup>Created on 2021-04-06 by the [reprex package](https://reprex.tidyverse.org) (v1.0.0)</sup>
All results will be
NA, so maybe an error?Created on 2021-04-06 by the reprex package (v1.0.0)