Skip to content

Commit

Permalink
Updated zone info for holidays
Browse files Browse the repository at this point in the history
  • Loading branch information
Litarvan authored Nov 30, 2019
1 parent 9598109 commit e026f78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ public NextHolidays getNextHolidays(User user)
}
}

int shift = (user.getEstablishment().getZone() - 1) * 7;
int shift = (3 - user.getEstablishment().getZone()) * 7;
long shiftMillis = TimeUnit.DAYS.toMillis(shift);

if (nextPeriodHoliday != null && offset)
Expand Down

0 comments on commit e026f78

Please sign in to comment.