diff options
Diffstat (limited to 'src/KM_util.cpp')
| -rwxr-xr-x | src/KM_util.cpp | 2 |
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 |
