The interpolation type for values is checked to determine whether the timestamp needs to be shifted from the beginning of interval to the end for regular-interval time series. The "Linear until next timestamp" interpolation type is not handled because it is not clear how to move the timestamp, for example, whether the data value would need to be changed also. This interpolation type may not be used in systems that are using the plugin. For now handle as an unknown interpolation type in the code and generate warnings.
The interpolation type for values is checked to determine whether the timestamp needs to be shifted from the beginning of interval to the end for regular-interval time series. The "Linear until next timestamp" interpolation type is not handled because it is not clear how to move the timestamp, for example, whether the data value would need to be changed also. This interpolation type may not be used in systems that are using the plugin. For now handle as an unknown interpolation type in the code and generate warnings.