Skip to content

Commit

Permalink
S2S submission issue due to bad date format on SF24 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
avvineeth committed Sep 7, 2016
1 parent 672221f commit 5bf0166
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ public Calendar convertDateToCalendar(java.util.Date date) {
if (date != null) {
calendar = Calendar.getInstance();
calendar.setTime(date);
calendar.clear(Calendar.ZONE_OFFSET);
calendar.clear(Calendar.DST_OFFSET);
}
return calendar;
}
Expand Down

0 comments on commit 5bf0166

Please sign in to comment.