Skip to content

Commit

Permalink
Fix duration upper bound in organization location (#635)
Browse files Browse the repository at this point in the history
* optimize generate unique id

* bump up version

* generate tasks after adding or updating stock item

* fix obtaining operational area

* ensure we can get region

* regenerate tasks in operational area when service point is created

* code refactor

* more code refactor

* fix usage of event

* add release file

* fix cyclic references

* fix failing StockServiceTests

* update configs file

* remove setting UTC as default timezone

* trigger checks
  • Loading branch information
hilpitome authored Aug 29, 2024
1 parent 3228e73 commit 178a3b7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ public class DateRangeTypeHandler extends BaseTypeHandler implements TypeHandler

public DateRangeTypeHandler() {
dateFormat = new SimpleDateFormat("yyyy-MM-dd");
dateFormat.setTimeZone(TimeZone.getTimeZone("UTC"));
}

@Override
Expand Down

0 comments on commit 178a3b7

Please sign in to comment.