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