r-lib / pillar

Format columns with colour
https://pillar.r-lib.org/
Other
178 stars 37 forks source link

Infinite date-time being printed twice #645

Open DavisVaughan opened 1 year ago

DavisVaughan commented 1 year ago
tibble::tibble(x = .POSIXct(Inf))
#> # A tibble: 1 × 1
#>   x      
#>   <dttm> 
#> 1 Inf Inf

Once for the date and once for the time maybe?