173
170
"""Returns true if equal in contents"""
174
171
# TODO: don't read the whole thing in one go.
186
177
def local_time_offset(t=None):
187
178
"""Return offset of local zone from GMT, either at present or at time t."""
192
179
if time.localtime(t).tm_isdst and time.daylight: