claeis / umleditor

6 stars 11 forks source link

values of XMLDate, XMLTime and XMLDateTime should meet the XML specification when exported #60

Closed ltzur closed 2 years ago

ltzur commented 2 years ago

Dies ist eine Erweiterung zu Issue #56.

Wenn der umleditor die Werte von XMLDate, XMLTime und XMLDateTime exportiert, sollen die Jahre vierstellig und die Monate, Tage, Stunden, Minuten und Sekunden zweistellig ausgegeben worden, auch wenn sie intern nur einstellig abgespeichert sind. Die Vorgaben der XML-Spezifikation lauten:

 YYYY = four-digit year
 MM   = two-digit month (01=January, etc.)
 DD   = two-digit day of month (01 through 31)
 hh   = two digits of hour (00 through 23) (am/pm NOT allowed)
 mm   = two digits of minute (00 through 59)
 ss   = two digits of second (00 through 59)
 s    = one or more digits representing a decimal fraction of a second