When checking the "Include Time" option in the GROUP BY section of a chart and using the Table visualization, the output doesn't print the actual datetimes.
Datetimes based on time range & granularity selected
"0NaN-NaN-NaN NaN:NaN:NaN"
Attaching screenshots from both datasource types (Druid Table, classic cube):


Make sure these boxes are checked before submitting your issue - thank you!
Issue-Label Bot is automatically applying the label #bug to this issue, with a confidence of 0.94. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
Hi,
we encounter the same issue, but with the pattern "NaN/NaN/0NaN".

When looking in the query log, ordering per week applies a toMonday() function after a toDatetime(). Result will not be DateTime but Date (have a look in the. "__timestamp" field - no time infos available). I'm not sure where the issue resides, but the rending in HTML shows a zeroed out Datetime with format "yyyy-MM-dd 00:00:00" (first picture at the bottom shows the chrome dev inspect window with
So I believe it's just the rendering that's impacted. Many NaN Date rendering is related to wrong Date input, so maybe columns are mixed up, wrong format pattern applied, index wrong (month values 0-11 vs 1-12).
I can provide more infos if needed. Please advise which data might be helpful.
Additional infos: Chart's CSV export also uses the date from query. No issues exporting the data.
...,2020-04-27, ...
Seems related to
and is fixed in 0.37 (not yet testet - will try to verify)
0NaN-NaN-NaN NaN:NaN:NaN - hey hey hey - goodbye!
the same problem ! Did it work out in the end ? Look forward to your reply ! thanks
0.37 has sloved it.
+1
Works from >= 0.37

We just upgraded to 0.37.2 and I can confirm this problem is gone. Thank you!
Most helpful comment
0NaN-NaN-NaN NaN:NaN:NaN - hey hey hey - goodbye!