aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/protocol/TkmateProtocolDecoder.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/org/traccar/protocol/TkmateProtocolDecoder.java')
-rw-r--r--src/org/traccar/protocol/TkmateProtocolDecoder.java5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/org/traccar/protocol/TkmateProtocolDecoder.java b/src/org/traccar/protocol/TkmateProtocolDecoder.java
index 2886e48a2..08f189ece 100644
--- a/src/org/traccar/protocol/TkmateProtocolDecoder.java
+++ b/src/org/traccar/protocol/TkmateProtocolDecoder.java
@@ -20,10 +20,7 @@ public class TkmateProtocolDecoder extends BaseProtocolDecoder {
public TkmateProtocolDecoder(TkmateProtocol protocol) {
super(protocol);
-
- if (Context.getConfig().hasKey(getProtocolName() + ".timezone")) {
- timeZone.setRawOffset(Context.getConfig().getInteger(getProtocolName() + ".timezone") * 1000);
- }
+ timeZone.setRawOffset(Context.getConfig().getInteger(getProtocolName() + ".timezone") * 1000);
}
private static final Pattern PATTERN_SRT = new PatternBuilder()