Products | Versions |
---|---|
TIBCO ActiveSpaces | - |
Not Applicable | - |
Description:
Whenever we try to put a DateTime value into ActiveSpaces where the timezone is set, we are noticing that the timezone value is dropped and the date/time is adjusted to GMT. For example, if we put the dateTime with the value "2006-05-04T18:13:51-07:00", the value that we see in AS is "2006-05-05T01:13:51". The trouble is that when we perform a get on the data, we no longer have the original timezone offset to convert the data back.
http://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html