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
I support the rule which converts timestamp column by utc in maxwell.
But maxwell doesn't convert the datetime column by utc due to the datetime havingn't the timezone.
So there will be a different output between the timestamp and the datetime, how can we convert the datetime by utc as well?
Do you suggest some official solution or recommendation extending way? For example ,we can get the timezone of mysql and convert it by filter.js?
thanks
The text was updated successfully, but these errors were encountered:
I support the rule which converts timestamp column by utc in maxwell.
But maxwell doesn't convert the datetime column by utc due to the datetime havingn't the timezone.
So there will be a different output between the timestamp and the datetime, how can we convert the datetime by utc as well?
Do you suggest some official solution or recommendation extending way? For example ,we can get the timezone of mysql and convert it by filter.js?
thanks
The text was updated successfully, but these errors were encountered: