nyyManni / ejira

Emacs JIRA integration
GNU General Public License v3.0
255 stars 36 forks source link

Fix #33: Calculate timezone offset #34

Closed beji closed 3 years ago

beji commented 3 years ago

I took a shot at this. No idea if this is really a great solution but it seems to resolve the issue with the hard coded value. (current-time-zone) returns something like (3600 "CET) where the first part is the time zone difference in seconds.