Skip to content

Commit

Permalink
localiza filtro datahora
Browse files Browse the repository at this point in the history
  • Loading branch information
eng-rodrigocunha committed Oct 11, 2023
1 parent 2cbd647 commit ff669bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pipelines/rj_smtr/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -998,6 +998,8 @@ def get_recapture_timestamps(
minute=(datetime_filter.minute // interval_minutes) * interval_minutes
)

datetime_filter = timezone(constants.TIMEZONE.value).localize(datetime_filter)

if datetime_filter > current_timestamp:
flag_break = True

Expand Down

0 comments on commit ff669bb

Please sign in to comment.