simoneldevig/jira-toggl

Entries in different time offset are not checked

Opened this issue · 1 comments

Hello

In France we have two timezone: summer UTC+2 and winter UTC+1.
I have synced to JIRA time entries in UTC+2, and now we are in winter time, those entries are not marked as synced.

The time comparison should be done in UTC only in order to be timezone agnostic.

Hi @dogawaf

Thanks for the bug report. The only tricky thing will be to convert the weird JIRA time format to UTC since it's the once being compared ATM :-)

https://github.com/simoneldevig/jira-toggl/blob/master/src/popup/App.vue#L328