Lines Matching refs:dst_diff
429 "dst_diff",
435 self.dst_diff = dst_offset - std_offset
445 delta = _load_timedelta(self.dst_diff)
473 if fold == (self.dst_diff >= 0):
474 end -= self.dst_diff
476 start += self.dst_diff
495 # For positive DST, the ambiguous period is one dst_diff after the end
496 # of DST; for negative DST, the ambiguous period is one dst_diff before
498 if self.dst_diff > 0:
500 ambig_end = end + self.dst_diff
503 ambig_end = start - self.dst_diff