Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Infinite date-time being printed twice #645

Closed
DavisVaughan opened this issue Apr 28, 2023 · 0 comments · Fixed by #710
Closed

Infinite date-time being printed twice #645

DavisVaughan opened this issue Apr 28, 2023 · 0 comments · Fixed by #710

Comments

@DavisVaughan
Copy link
Member

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

Once for the date and once for the time maybe?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant