You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by GitBox <gi...@apache.org> on 2020/04/12 16:30:23 UTC

[GitHub] [fineract] awasum commented on a change in pull request #755: FINERACT-826 Remove unused getTimeZone

awasum commented on a change in pull request #755: FINERACT-826 Remove unused getTimeZone
URL: https://github.com/apache/fineract/pull/755#discussion_r407221444
 
 

 ##########
 File path: fineract-provider/src/main/java/org/apache/fineract/infrastructure/core/service/DateUtils.java
 ##########
 @@ -41,7 +41,7 @@ public static DateTimeZone getDateTimeZoneOfTenant() {
         DateTimeZone zone = null;
         if (tenant != null) {
             zone = DateTimeZone.forID(tenant.getTimezoneId());
-            TimeZone.getTimeZone(tenant.getTimezoneId());
+//            TimeZone.getTimeZone(tenant.getTimezoneId());
 
 Review comment:
   Just completely remove the line...Dont comment it out.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services