Ah-ha....There is a date format in the MBean properties....
| <attribute name="DateFormat">MM/dd/yy hh:mm a Z</attribute>
| <attribute name="StartDate">12/08/06 12:00 am -0500</attribute>
|
I'm pretty sure when you use the UTC offset, you put in the offset ignoring DST, so
-0500 refers to Eastern Standard Time (EST), but during DST it will know to use -0400
(EDT).
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052254#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...