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

date and timestamp columns from sql represented as number #1524

Closed
nieuwenhoven opened this issue Jul 18, 2024 · 1 comment
Closed

date and timestamp columns from sql represented as number #1524

nieuwenhoven opened this issue Jul 18, 2024 · 1 comment
Labels
bug Something isn’t working

Comments

@nieuwenhoven
Copy link

example:

The following sql code block:

select current_date, current_timestamp

returns:

current_date current_timestamp
1,721,260,800,000 1,721,322,677,842
@nieuwenhoven nieuwenhoven added the bug Something isn’t working label Jul 18, 2024
@mbostock
Copy link
Member

Duplicate of #1376

@mbostock mbostock marked this as a duplicate of #1376 Jul 18, 2024
@mbostock mbostock closed this as not planned Won't fix, can't repro, duplicate, stale Jul 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn’t working
Projects
None yet
Development

No branches or pull requests

2 participants