summaryrefslogtreecommitdiff
path: root/src/KM_util.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/KM_util.cpp')
-rwxr-xr-xsrc/KM_util.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KM_util.cpp b/src/KM_util.cpp
index 391394c..f0a779a 100755
--- a/src/KM_util.cpp
+++ b/src/KM_util.cpp
@@ -1026,7 +1026,7 @@ Kumu::Timestamp::DecodeString(const char* datestr)
if (datestr[19] == '-')
TZ_mm = -TZ_mm;
- if ((TZ_mm > 14 * 60) || (TZ_mm < -12 * 60))
+ if ((TZ_mm > 14 * 60) || (TZ_mm < -14 * 60))
return false;
else