Michal Trmac
Michal Trmac
Hi, i edit part of seldon.con file to look like this: ```json "cluster-by-dimension": { "config": { "inputPath": "%SELDON_MODELS%", "outputPath": "%SELDON_MODELS%", "activate":true, "startDay" : 1, "days" : 1, "activate" : true,...
A small modification of the @fabricev solution for correct daylight saving time processing ``` function cb_fix_timestamp(tag, timestamp, record) local utcdate = os.date("!*t", ts) local localdate = os.date("*t", ts) localdate.isdst =...