summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMatt Selsky <selsky@columbia.edu>2014-12-10 18:39:17 +0100
committerGervase Markham <gerv@gerv.net>2014-12-10 18:39:17 +0100
commit7209095dbd23b037824b0c7a8c71f3249c0680cd (patch)
tree4f05bb8276ba2a7e27f140b223cd2b115d53f123 /docs
parent274e2e0c33e2254e02b15df4d8dcdfd38b6c14b7 (diff)
downloadbugzilla-7209095dbd23b037824b0c7a8c71f3249c0680cd.tar.gz
bugzilla-7209095dbd23b037824b0c7a8c71f3249c0680cd.tar.xz
Bug 1103029 - Remove the deprecated backward compatible key names in Bugzilla.time. r=gerv, a=dkl.
Diffstat (limited to 'docs')
-rw-r--r--docs/en/rst/api/core/v1/bugzilla.rst18
1 files changed, 1 insertions, 17 deletions
diff --git a/docs/en/rst/api/core/v1/bugzilla.rst b/docs/en/rst/api/core/v1/bugzilla.rst
index 2dd40e0cb..b066eca0c 100644
--- a/docs/en/rst/api/core/v1/bugzilla.rst
+++ b/docs/en/rst/api/core/v1/bugzilla.rst
@@ -110,12 +110,8 @@ what timezone it's running in.
.. 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"
}
============= ====== ==========================================================
@@ -128,7 +124,7 @@ db_time string The current time in UTC, according to the Bugzilla
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.
@@ -139,18 +135,6 @@ web_time string This is the current time in UTC, according to
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