jsakuda / jupiter-eclipse-plugin

Automatically exported from code.google.com/p/jupiter-eclipse-plugin
1 stars 1 forks source link

Review file time format issue (MEZ or CET) #101

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
If I create a review then time values are formated this way:
<CreationDate format="yyyy-MM-dd :: HH:mm:ss:SSS z">2009-12-11 ::
08:38:52:165 MEZ</CreationDate>

I my co-worker creates a review then time values are formated this way:
<CreationDate format="yyyy-MM-dd :: HH:mm:ss:SSS z">2009-12-11 ::
08:38:52:165 CET</CreationDate>

If I open his files, I onle see one or two of his review issues. If he
opens my files, then he only sees parts of the review issues created by me.

Updating both JAVA runtime installations to JAVA6 Update 17 solved the
problem because the time format of my co-worker is now also MEZ.

Original issue reported on code.google.com by uwe_kind...@web.de on 11 Dec 2009 at 8:33

GoogleCodeExporter commented 8 years ago
This is an issue I haven't addressed.  I think the easiest way is to change the
format of the date string because it seems as though Java cannot handle all the 
time
zone strings that occur when using 'z'.  I am marking this issue blocked by 
Issue 78
which deals with the time format string.

I am hoping to do a large rewrite of the code base in the beginning of the new 
year
and will incorporate this into it.

Original comment by jsakuda on 11 Dec 2009 at 6:52

GoogleCodeExporter commented 8 years ago
I created a patch (and modified jar file) and attached it to Issue 78.

Original comment by rolf.woj...@googlemail.com on 18 Jun 2010 at 8:49

GoogleCodeExporter commented 8 years ago

Original comment by jsakuda on 22 Jun 2010 at 11:56

GoogleCodeExporter commented 8 years ago

Original comment by jsakuda on 18 Jan 2011 at 5:50