Robert Kanter created OOZIE-966:
-----------------------------------
Summary: Fix formatting in CLI output when GMT-#### and GMT-##:##
formatted timezones are used
Key: OOZIE-966
URL: https://issues.apache.org/jira/browse/OOZIE-966
Project: Oozie
Issue Type: Bug
Reporter: Robert Kanter
Assignee: Robert Kanter
If you use a timezone like GMT-#### or GMT-##:## in the oozie CLI, the output
looks like this:
{code}
Job ID App Name Status User Group
Started Ended
------------------------------------------------------------------------------------------------------------------------------------
0000000-120823130824882-oozie-rkan-W no-op-wf SUCCEEDED rkanter -
2012-08-23 13:10 GMT-07:002012-08-23 13:10 GMT-07:00
------------------------------------------------------------------------------------------------------------------------------------
{code}
The problem is that "GMT-07:00" is 9 characters while it normally only prints
out a 3 character timezone (e.g. "PST").
We should also stop hiding these from the list of available timezones.
The Web UI may also need some fixing, but I'll create a seperate JIRA for that
if necessary.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira