Skip to content

Commit

Permalink
set sandbox date for CPV_BLOCK_FROM
Browse files Browse the repository at this point in the history
  • Loading branch information
vmaksymiv committed Sep 12, 2017
1 parent 94372d0 commit dc840b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openprocurement/api/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ def read_json(name):
COORDINATES_REG_EXP = re.compile(r'-?\d{1,3}\.\d+|-?\d{1,3}')

CPV_ITEMS_CLASS_FROM = datetime(2017, 1, 1, tzinfo=TZ)
CPV_BLOCK_FROM = datetime(2017, 6, 2, tzinfo=TZ)
CPV_BLOCK_FROM = datetime(2017, 6, 1, tzinfo=TZ)

0 comments on commit dc840b8

Please sign in to comment.