Issue Details (XML | Word | Printable)

Key: JRA-9053
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Dylan Etkin [Atlassian]
Reporter: Mark Chaimungkalanont [Atlassian]
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JIRA

Due date field cannot be set through RPC under non-English locale

Created: 16/Jan/06 05:47 PM   Updated: 30/Jul/06 07:34 PM
Component/s: Remote API (SOAP & XML-RPC)
Affects Version/s: 3.3
Fix Version/s: 3.5

Time Tracking:
Original Estimate: 1 hour
Original Estimate - 1 hour
Remaining Estimate: 1 hour
Remaining Estimate - 1 hour
Time Spent: Not Specified
Remaining Estimate - 1 hour

Participants: Dylan Etkin [Atlassian] and Mark Chaimungkalanont [Atlassian]
Since last comment: 2 years, 38 weeks, 4 days ago
Resolution Date: 16/Jan/06 07:39 PM
Labels:


 Description  « Hide
From JSP-3670

The class com.atlassian.jira.rpc.soap.service.IssueServiceImpl has the line

final OutlookDate outlookDate = outlookDateManager.getOutlookDate(Locale.getDefault());

This should get the current user's locale to format the date, rather than the default one



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Dylan Etkin [Atlassian] added a comment - 16/Jan/06 07:39 PM
It has been updated so that the locale is grabbed from the user if they have specified, otherwise the default for the application is used.