* [timezone] Output "same" when time zones match. * Semantic changes * Make time_diff_text not rely on rstrip as `0.0` was returning an empty string * Don't compare `time_diff` (a float) to ints in `plural` and `position_text`, use time_diff_text's string content and compare to strings * Version number Co-authored-by: aikaterna <20862007+aikaterna@users.noreply.github.com>