From 7209095dbd23b037824b0c7a8c71f3249c0680cd Mon Sep 17 00:00:00 2001 From: Matt Selsky Date: Wed, 10 Dec 2014 17:39:17 +0000 Subject: Bug 1103029 - Remove the deprecated backward compatible key names in Bugzilla.time. r=gerv, a=dkl. --- Bugzilla/WebService/Bugzilla.pm | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'Bugzilla/WebService') diff --git a/Bugzilla/WebService/Bugzilla.pm b/Bugzilla/WebService/Bugzilla.pm index 8333f99c4..b4ebd55ae 100644 --- a/Bugzilla/WebService/Bugzilla.pm +++ b/Bugzilla/WebService/Bugzilla.pm @@ -112,10 +112,6 @@ sub time { return { db_time => $self->type('dateTime', $db_time), web_time => $self->type('dateTime', $now_utc), - web_time_utc => $self->type('dateTime', $now_utc), - tz_name => $self->type('string', 'UTC'), - tz_offset => $self->type('string', '+0000'), - tz_short_name => $self->type('string', 'UTC'), }; } @@ -357,26 +353,6 @@ a different source. If it's any more different than a second, then there is likely some problem with this Bugzilla instance. In this case you should rely on the C, not the C. -=item C - -Identical to C. (Exists only for backwards-compatibility with -versions of Bugzilla before 3.6.) - -=item C - -C The literal string C. (Exists only for backwards-compatibility -with versions of Bugzilla before 3.6.) - -=item C - -C The literal string C. (Exists only for backwards-compatibility -with versions of Bugzilla before 3.6.) - -=item C - -C The literal string C<+0000>. (Exists only for backwards-compatibility -with versions of Bugzilla before 3.6.) - =back =item B -- cgit v1.2.3-24-g4f1b