Hi,In answer of Rick Riemer's post (2005-03-25), I suppose, the daylight saving time offset has been added in CommonTM.toHl7TMFormat, in HAPI 0.5:
int calOffset = cal.get(GregorianCalendar.ZONE_OFFSET) *+ cal.get(GregorianCalendar.DST_OFFSET)*;
But, the same should be done in CommonTS.toHl7TSFormat, to be consistent. Thank you, -- Frédéric Dubru Département informatique Cliniques universitaires Saint-Luc B-1200 Bruxelles http://www.saintluc.be
------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________ Hl7api-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/hl7api-devel

