Skip to content

Commit a6db502

Browse files
committed
Removed some dead code.
- Legacy-Id: 12194
1 parent bc6ce24 commit a6db502

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

ietf/meeting/models.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,6 @@ def __unicode__(self):
100100
else:
101101
return self.number
102102

103-
def time_zone_offset(self):
104-
# Look at the time of 8 o'clock sunday, rather than 0h sunday, to get
105-
# the right time after a possible summer/winter time change.
106-
if self.time_zone:
107-
return pytz.timezone(self.time_zone).localize(datetime.datetime.combine(self.date, datetime.time(8, 0))).strftime("%z")
108-
else:
109-
return ""
110-
111103
def get_meeting_date (self,offset):
112104
return self.date + datetime.timedelta(days=offset)
113105

0 commit comments

Comments
 (0)