BZ-Client
view release on metacpan or search on metacpan
lib/BZ/Client/Bugzilla.pm view on Meta::CPAN
=head3 Returns
A hash with the following items:
=over 4
=item db_time
I<db_time> (L<DateTime>) - The current time in UTC, according to the Bugzilla database server.
Note that Bugzilla assumes that the database and the webserver are running in the same time zone. However, if the web server and the database server aren't synchronized for some reason, this is the time that you should rely on for doing searches and ...
=item web_time
I<web_time> (L<DateTime>) - This is the current time in UTC, according to Bugzilla's web server.
This might be different by a second from L</db_time> since this comes from 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 L</db_time>, n...
=item web_time_utc
Identical to L</web_time>. (Exists only for backwards-compatibility with versions of Bugzilla before 3.6.)
( run in 0.631 second using v1.01-cache-2.11-cpan-0d8aa00de5b )