Summary: | Lokalize saves time zone in PO-Revision-Date using an abbreviation instead of an offset | ||
---|---|---|---|
Product: | [Applications] lokalize | Reporter: | Lasse Liehu <lasse.liehu> |
Component: | editor | Assignee: | Nick Shaforostoff <shafff> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | aacid, wengxt |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/lokalize/7c257f5c37c885d508dd67803cfad21860ddce93 | Version Fixed In: | 15.08.1 |
Sentry Crash Report: |
Description
Lasse Liehu
2015-01-13 07:52:22 UTC
Git commit 145e88bd85c9044d467b4fd06f6b1b07aa3324cc by Nick Shaforostoff. Committed on 14/01/2015 at 01:57. Pushed by shaforo into branch 'master'. save timezone info exactly as before M +6 -2 src/catalog/gettextheader.cpp M +1 -1 src/nokde-stubs/prefs.cpp http://commits.kde.org/lokalize/145e88bd85c9044d467b4fd06f6b1b07aa3324cc Hi, I'd like to reopen this bug. Someone fixed a invalid date for the po file that I updateed, but the file is generated by lokalize. See https://websvn.kde.org/?view=revision&revision=1437990 Seems like there is an extra "UTC" string here. "PO-Revision-Date: 2015-09-12 15:36UTC-0800\n" Git commit 7c257f5c37c885d508dd67803cfad21860ddce93 by Weng Xuetian. Committed on 13/09/2015 at 21:30. Pushed by xuetianweng into branch 'Applications/15.08'. Fix saving date for timezone with negative offset Check the '-' sign return from QTimeZone together with '+'. REVIEW: 125215 FIXED-IN: 15.08.1 M +1 -1 src/catalog/gettextheader.cpp http://commits.kde.org/lokalize/7c257f5c37c885d508dd67803cfad21860ddce93 |