Skip to content

Commit

Permalink
Updating for calendar API (#619) (#620)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sahil-tarento authored Jun 21, 2024
1 parent 1fa2796 commit 9e4b1f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,8 @@ private void processBulkUpload(HashMap<String, String> inputDataMap) throws IOEx
int noOfSuccessfulRecords = 0;
int failedRecordsCount = 0;
String status = "";
sdf.setTimeZone(TimeZone.getTimeZone("UTC"));
try {
sdf.setTimeZone(TimeZone.getTimeZone("GMT+05:30"));
file = new File(Constants.LOCAL_BASE_PATH + inputDataMap.get(Constants.FILE_NAME));
if (file.exists() && file.length() > 0) {
fis = new FileInputStream(file);
Expand Down

0 comments on commit 9e4b1f1

Please sign in to comment.