Skip to content

Commit

Permalink
remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
intarga committed Dec 6, 2024
1 parent d4d39ae commit 2d01b3f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rove_connector/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ fn extract_time_spec(
// less of a priority now
let start_time = Utc.timestamp_opt(time_spec.timerange.start.0, 0).unwrap()
- (time_spec.time_resolution * num_leading_points.into());
// TODO: figure out whether the range in postgres is inclusive on the range here or
// we need to add 1 second
let end_time = Utc.timestamp_opt(time_spec.timerange.end.0, 0).unwrap()
+ (time_spec.time_resolution * num_trailing_points.into());

Expand Down

0 comments on commit 2d01b3f

Please sign in to comment.