filter By Timestamps
fun filterByTimestamps(filter: (ZonedDateTime) -> Boolean): TimeSeries.ScreenTimeAggregateTimeSeries
This function helps filtering the TimeSeries for elements that follow a certain rule in the timestamps. Provide a lambda that receives a ZonedDateTime and return a boolean.