Activity log for bug #996548

Date Who What changed Old value New value Message
2012-05-08 13:45:03 Dennis Knochenwefel bug added bug
2012-05-08 13:45:40 Dennis Knochenwefel description the timezone formatting in http://www.w3.org/TR/xpath-functions-30/#func-format-dateTime does not work. example: format-dateTime(current-dateTime(), "[D01][M01][Y0001][H01][m01][s01][z]") expected: 08052012152215GMT+02:00 actual result: 08052012152215 The timezone is just not returned. A temporary workaround in XQuery is (for others running into this issue): concat( format-dateTime( adjust-dateTime-to-timezone(current-dateTime(), xs:dayTimeDuration("PT2H")), "[D01][M01][Y0001][H01][m01][s01]"), "GMT+02:00") the timezone formatting in http://www.w3.org/TR/xpath-functions-30/#func-format-dateTime does not work. example:   format-dateTime(current-dateTime(), "[D01][M01][Y0001][H01][m01][s01][z]") expected:   08052012152215GMT+02:00 actual result:   08052012152215 The timezone is just not returned. A temporary workaround in XQuery is (for others running into this issue):   concat(     format-dateTime(       adjust-dateTime-to-timezone(current-dateTime(), xs:dayTimeDuration("PT2H")),       "[D01][M01][Y0001][H01][m01][s01]"),     "GMT+02:00")
2012-05-08 15:05:45 Matthias Brantner zorba: assignee Markos Zaharioudakis (markos-za) Nicolae Brinza (nbrinza)
2013-03-28 18:57:03 Dana Florescu zorba: assignee Nicolae Brinza (nbrinza) Paul J. Lucas (paul-lucas)
2013-03-28 18:57:08 Dana Florescu zorba: milestone 3.0
2013-03-28 19:02:14 Paul J. Lucas zorba: status New Fix Committed
2013-05-23 00:32:16 Paul J. Lucas zorba: status Fix Committed Fix Released
2013-06-12 07:11:11 Chris Hillery zorba: milestone 3.0 2.9