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'),
};
}
likely some problem with this Bugzilla instance. In this case you should
rely on the C<db_time>, not the C<web_time>.
-=item C<web_time_utc>
-
-Identical to C<web_time>. (Exists only for backwards-compatibility with
-versions of Bugzilla before 3.6.)
-
-=item C<tz_name>
-
-C<string> The literal string C<UTC>. (Exists only for backwards-compatibility
-with versions of Bugzilla before 3.6.)
-
-=item C<tz_short_name>
-
-C<string> The literal string C<UTC>. (Exists only for backwards-compatibility
-with versions of Bugzilla before 3.6.)
-
-=item C<tz_offset>
-
-C<string> The literal string C<+0000>. (Exists only for backwards-compatibility
-with versions of Bugzilla before 3.6.)
-
=back
=item B<History>
.. code-block:: js
{
- "web_time_utc": "2014-09-26T18:01:30Z",
"db_time": "2014-09-26T18:01:30Z",
"web_time": "2014-09-26T18:01:30Z",
- "tz_offset": "+0000",
- "tz_short_name": "UTC",
- "tz_name": "UTC"
}
============= ====== ==========================================================
webserver are running in the same time zone. However,
if the web server and the database server aren't
synchronized or some reason, *this* is the time that
- you should rely on or doing searches and other input
+ you should rely on for doing searches and other input
to the WebService.
web_time string This is the current time in UTC, according to
Bugzilla's web server.
some problem with this Bugzilla instance. In this
case you should rely on the ``db_time``, not the
``web_time``.
-web_time_utc string Identical to ``web_time``. (Exists only for
- backwards-compatibility with versions of Bugzilla
- before 3.6.)
-tz_name string The literal string ``UTC``. (Exists only for
- backwards-compatibility with versions of Bugzilla
- before 3.6.)
-tz_short_name string The literal string ``UTC``. (Exists only for
- backwards-compatibility with versions of Bugzilla
- before 3.6.)
-tz_offset string The literal string ``+0000``. (Exists only for
- backwards-compatibility with versions of Bugzilla
- before 3.6.)
============= ====== ==========================================================
Parameters