@Override
public int compareTo (ZoneOffset other)

Compares this offset to another offset in descending order.

The offsets are compared in the order that they occur for the same time of day around the world. Thus, an offset of +10:00 comes before an offset of +09:00 and so on down to -18:00.

The comparison is "consistent with equals", as defined by Comparable.

Parameters:
other    the other date to compare to, not null

Returns:  the comparator value, negative if less, positive if greater

Exceptions:
NullPointerException    if other is null