Change the behaviour of LocalTime::operator== to make the same time in different... v1.8.49
authorCarl Hetherington <cth@carlh.net>
Fri, 30 Dec 2022 17:12:33 +0000 (18:12 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 30 Dec 2022 17:12:52 +0000 (18:12 +0100)
commit6919bfcb39c4df829edc82dcd30968a4aca3fbee
tree1909431f491545056fee621f8a6d1bdf0f3fc596
parentef35f6a6c43d2be30b82ca943c56cf06f140d24d
Change the behaviour of LocalTime::operator== to make the same time in different time zones equal.

Previously different offsets would mean that the times compared as
not-equal.
src/local_time.cc
src/local_time.h
test/local_time_test.cc