Tag Archives: java

Set xsd style dates with zulu time zone in java

I need to set some XML Schema Date/Time Datatypes (also called xsd date) values for Created (being now) and Expired (one month from now) so that the result might look something like a dateTime in UTC (also known as GMT, but also being a 24 hour clock format) time by adding a “Z” (for Zulu?) [...]

Posted in Java, Web Services, XML & RSS | Tagged | Leave a comment