Skip to content

Commit

Permalink
Use normalized days calculation from 2016-7-14
Browse files Browse the repository at this point in the history
  • Loading branch information
kroman0 committed Jul 14, 2016
1 parent 9fab89d commit 1867149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openprocurement/tender/openua/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
TENDERING_EXTRA_PERIOD = timedelta(days=7)
AUCTION_PERIOD_TIME = timedelta(days=2)
PERIOD_END_REQUIRED_FROM = datetime(2016, 7, 15, tzinfo=TZ)
NORMALIZED_COMPLAINT_PERIOD_FROM = datetime(2016, 7, 15, tzinfo=TZ)
NORMALIZED_COMPLAINT_PERIOD_FROM = datetime(2016, 7, 14, tzinfo=TZ)


def calculate_normalized_date(dt, tender, ceil=False):
Expand Down

0 comments on commit 1867149

Please sign in to comment.