Skip to content

Commit

Permalink
Extension main
Browse files Browse the repository at this point in the history
  • Loading branch information
it-hms committed Aug 14, 2024
1 parent 4bce92d commit 3b66a78
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import com.hms_networks.americas.sc.extensions.historicaldata.TimeTrackerUnrecoverableException;
import com.hms_networks.americas.sc.extensions.system.time.LocalTimeOffsetCalculator;
import com.hms_networks.americas.sc.extensions.system.time.SCTimeUtils;
import com.hms_networks.americas.sc.extensions.system.time.TimeZoneManager;
import com.hms_networks.americas.sc.extensions.taginfo.TagInfoManager;
import java.io.IOException;
import java.util.ArrayList;
Expand All @@ -26,6 +27,7 @@ public static void getTagInfo() {
while (i > 0) {
i--;
try {
TimeZoneManager.checkUpdateTimeZone();
ArrayList dat = HistoricalDataQueueManager.getFifoNextSpanDataAllGroups(false);
for (int j = 0; j < dat.size(); j++) {
DataPoint dp = (DataPoint) dat.get(j);
Expand Down

0 comments on commit 3b66a78

Please sign in to comment.