| Summary: | Timezone offset from current timezone seems to be applied twice | ||
|---|---|---|---|
| Product: | [Applications] korganizer | Reporter: | Adam <SIDEPIPEUK> |
| Component: | timezones | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | REPORTED --- | ||
| Severity: | major | CC: | david.jobet, jaimezitrojaime, kishore96 |
| Priority: | NOR | ||
| Version First Reported In: | 4.14.2 | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Adam
2014-12-04 11:23:44 UTC
It looks like this problem is not specific to korganizer. It happens for me with kmail as well. I'm in England (London). Unfortunately, my company sets up system to America/New_York and I don't have sudo rights to change it. So we use TZ=Europe/London to correct timezone. Every time I send an email using kmail, the mail is sent with twice the offset. Example : $ env | grep TZ TZ=Europe/London $ date jeu. nov. 17 09:37:53 GMT 2016 $ TZ=America/New_York date jeu. nov. 17 04:38:03 EST 2016 If I send a mail it is sent with time=14:38 (= 04:38 + 5h00 * 2, 5h00 = time lag between London and New York) I've played a little bit with TZ before sending an email with kmail. If I set TZ to America/New_York (-5), mail is sent with New York's time : correct If I set TZ to America/Halifax (-4), mail is sent with New York's time + 2 hours : incorrect (should be New York + 1 hour) If I set TZ to America/Sao_Paulo (-3), mail is sent with New York's time + 4 hours : incorrect (should be New York + 2 hour) ... |