Last one: [mirko@borg mercurial-crew]$ grep -A3 Z /usr/lib/python2.5/_strptime.pyreplacement_pairs.extend([(tz, "%Z") for tz_values in self.timezone
for tz in tz_values])
for offset,directive in ((0,'%c'), (1,'%x'), (2,'%X')):
current_format = date_time[offset]
--
'Z': self.__seqToRE((tz for tz_names in
self.locale_time.timezone
for tz in tz_names),
...