library(clock)
x <- zoned_time_now("")
x
#> <zoned_time<nanosecond><Etc/UTC (current)>[1]>
#> [1] "2024-02-29T10:42:02.461454657+00:00"
zoned_time_zone(x)
#> [1] ""
Created on 2024-02-29 with reprex v2.0.2
Related to #365, I want to get the time zone string but it returns an empty string "".
Is this the intended behavior?
If intended, could you please export the zone_current function?