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
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