<<

Bugzilla::WebService::Bugzilla

NAME

Bugzilla::WebService::Bugzilla - Global functions for the webservice interface.

SYNOPSIS

 my $version = Bugzilla.version;
 my $tz = Bugzilla.timezone;

DESCRIPTION

This provides functions that tell you about Bugzilla in general.

METHODS

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.

<<