[bug] fix gateway selection by timezone
Compare changes
+ 6
− 5
@@ -30,8 +30,9 @@ import (
@@ -194,6 +195,7 @@ func (b *bonafide) sortGateways() {
@@ -209,7 +211,7 @@ func (b *bonafide) sortGateways() {
@@ -219,9 +221,8 @@ func tzDistance(offset1, offset2 int) int {