Skip to content

Commit

Permalink
Fix for #39
Browse files Browse the repository at this point in the history
  • Loading branch information
jaroslawhartman committed Nov 4, 2020
1 parent c99f887 commit f52ae7d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
Binary file renamed TimeZones-v2.19.zip → TimeZones-v2.20.zip
Binary file not shown.
10 changes: 7 additions & 3 deletions source/info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -1009,8 +1009,8 @@
</dict>
</array>
<key>readme</key>
<string>TimeZones v2.19
18 August 2020
<string>TimeZones v2.20
4 November 2020
=====
Expand Down Expand Up @@ -1055,6 +1055,10 @@ CHANGELOG
All issues tracked on GitHub https://github.com/jaroslawhartman/TimeZones-Alfred/issues
2.20
4 November 2020
* Fix for regression #39
2.19
2 November 2020
* #38 - Fix for AoE date - more updates
Expand Down Expand Up @@ -1422,7 +1426,7 @@ v1.0
</dict>
</dict>
<key>version</key>
<string>2.18</string>
<string>2.20</string>
<key>webaddress</key>
<string>https://jhartman.pl/tag/time-zones/</string>
</dict>
Expand Down
1 change: 1 addition & 0 deletions source/timezone_list.sh
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ while IFS='|' read -r city country timezone country_code telephone_code favourit
setTimeOptionArguments="-jf %Y%m%d%H%M%S%z $dateToConvert$timeToConvert$timezoneOffsetToConvert"

# UTC hours needs swap the sign (minus)->(plus) and vice-versa
timezoneOpposite="$timezone"

if [[ "$timezone" == *UTC-* ]]
then
Expand Down

0 comments on commit f52ae7d

Please sign in to comment.