History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RHQ-904
Type: Code Change Code Change
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Joseph Marques
Reporter: Joseph Marques
Votes: 0
Watchers: 0
Operations

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

make epoch millis date display consistent across the system

Created: 26/Sep/08 01:50 PM   Updated: 18/Dec/08 01:25 AM
Component/s: Domain Entities, Core UI, Core Server
Affects Version/s: 1.1, 1.1pre
Fix Version/s: 1.2

Time Tracking:
Not Specified

Issue Links:
Relation
 

Resolution Date: 11/Dec/08 11:05 AM
VCS Revision: 2,322


 Description  « Hide
sometimes i see that the xhtml pages are formatting the date, sometimes i see that people have written convenience methods in the domain entities themselves that do new Date(epochField) and display that. just make this consistent across the site so that no matter which web console is connected to (in an HA environment) the dates make sense.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Joseph Marques - 11/Dec/08 11:05 AM
rev2322 - add generic formatter component that knows how to format "things" one a user-by-user basis;
extend the user formatter to be able to format dates, times, and dateTimes;
for now, make all formats in the system static (i.e., the same for all users);
format dateTimes consistently across the user interface;

Joseph Marques - 11/Dec/08 11:57 AM
rev2324 - get time line ticker image hovers to work again;