Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
875ec235
Commit
875ec235
authored
Sep 30, 2006
by
mkanat%bugzilla.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
I originally checked in the wrong patch for Bug 351178. Here are the
checkin fixes for that bug.
parent
65a9538e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Bugzilla.pm
Bugzilla/WebService/Bugzilla.pm
+4
-4
No files found.
Bugzilla/WebService/Bugzilla.pm
View file @
875ec235
...
@@ -31,7 +31,7 @@ sub timezone {
...
@@ -31,7 +31,7 @@ sub timezone {
my
$offset
=
tz_offset
();
my
$offset
=
tz_offset
();
$offset
=
((
$offset
/ 60) /
60
)
*
100
;
$offset
=
((
$offset
/ 60) /
60
)
*
100
;
$offset
=
sprintf
(
'%+05d'
,
$offset
);
$offset
=
sprintf
(
'%+05d'
,
$offset
);
return
'GMT'
.
$offset
;
return
$offset
;
}
}
1
;
1
;
...
@@ -64,8 +64,8 @@ Returns the current version of Bugzilla, as a string.
...
@@ -64,8 +64,8 @@ Returns the current version of Bugzilla, as a string.
=item C<timezone>
=item C<timezone>
Returns the timezone of the server Bugzilla is running on, in
GMT(+/-)XXXX
Returns the timezone of the server Bugzilla is running on, in
(+/-)XXXX
format. This is important because all dates/times that the webservic
e
(RFC 2822) format. This is important because all dates/times that th
e
interface returns will be in this timezone.
webservice
interface returns will be in this timezone.
=back
=back
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment