return"",fmt.Errorf("error parsing fill value %v",args[2])
}
m.Query.Model.Set("fillValue",floatVal)
}
}
returnfmt.Sprintf("cast(cast(DATEDIFF(second, {d '1970-01-01'}, DATEADD(second, DATEDIFF(second,GETDATE(),GETUTCDATE()), %s))/%.0f as int)*%.0f as int)",args[0],interval.Seconds(),interval.Seconds()),nil