Bugzilla::WebService::Bugzilla - Global functions for the webservice interface.
my $version = Bugzilla.version; my $tz = Bugzilla.timezone;
This provides functions that tell you about Bugzilla in general.
See Bugzilla::WebService for a description of what STABLE, UNSTABLE, and EXPERIMENTAL mean.
version
Returns the current version of Bugzilla, as a string.
timezone
Returns the timezone of the server Bugzilla is running on, in (+/-)XXXX (RFC 2822) format. This is important because all dates/times that the webservice interface returns will be in this timezone.