1 2 3 4 5 6 7 8 9 10 11 12
|
(:**************************************************************:)
(: Test: functx-fn-timezone-from-time-all :)
(: Written by: Priscilla Walmsley (Frans Englich is maintainer) :)
(: Date: 2008-05-16+02:00 :)
(:**************************************************************:)
declare namespace functx = "http://www.example.com/";
(timezone-from-time(
xs:time('09:54:00-05:00')), timezone-from-time(
xs:time('09:54:00+05:00')), timezone-from-time(
xs:time('09:54:00Z')), timezone-from-time(
xs:time('09:54:00')))
|