Representation for W3C XML Schema 1.0 date/time datatypes.
Isn't there a convenient way of getting from a java.util.Date to a XMLGregorianCalendar?
java xml date xmlgregoriancalendarI want to create an XMLGregorianCalendar with the following characteristics: Time only UTC timezone (The "Z" appended at the end) …
java utc xmlgregoriancalendarHow do I create an XMLGregorianCalendar without a timezone? No time offset (0) == UTC which outputs a 'Z' in the output. …
java timezone xmlgregoriancalendar