You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Workaround:
The issue is not really a problem, just confusing - I thought that my import is wrong, until I figured out this is only a rendering issue.
The date_format() function works properly.
The text was updated successfully, but these errors were encountered:
ckurze
changed the title
Rendering of timestamps before 1970-01-01 shows "Invalid Timestamp"
Rendering of timestamps before 1970-01-01 (negative values in BIGINT) shows "Invalid Timestamp"
Jan 22, 2024
I thought long about this auto-render timestamp, it's convenient until it's not and you actually need to see the raw values, perhaps adding some some info-icon next to the column name with a tooltip explaining that this is a value being rendered by the UI and not the raw value itself, and ideally some quick way to disabled this?
Issue:
The AdminUI automatically renders TIMESTAMP fields, which is very convenient.
Anyway, negative millisecond values are valid for dates that are before January 1970.
The following statement demonstrates the issue, the positive timestamp is rendered correctly, the negative one not:
Workaround:
The issue is not really a problem, just confusing - I thought that my import is wrong, until I figured out this is only a rendering issue.
The
date_format()
function works properly.The text was updated successfully, but these errors were encountered: