This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 2503 - adjust-time tests still timezone-dependent
Summary: adjust-time tests still timezone-dependent
Status: CLOSED FIXED
Alias: None
Product: XML Query Test Suite
Classification: Unclassified
Component: XML Query Test Suite (show other bugs)
Version: 0.8.0
Hardware: PC Windows XP
: P2 normal
Target Milestone: ---
Assignee: Carmelo Montanez
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-11 00:29 UTC by Michael Kay
Modified: 2006-06-22 12:57 UTC (History)
0 users

See Also:


Attachments

Description Michael Kay 2005-11-11 00:29:02 UTC
The following tests produce results that depend on the setting of the implicit
timezone:

fn-adjust-time-to-timezone-18, -19
fn-adjust-date-to-timezone-18, -19

Michael Kay
Comment 1 Carmelo Montanez 2005-11-15 16:43:23 UTC
Chnged tests to set an explicit timezone (via the let statement).  resubmitted
tests and results.  The tests will follow the pattern:
"
(: Some comments here :)

let $tz := xdt:dayTimeDuration("PT10H")
return
fn:adjust-date-to-timezone(xs:date("2004-03-07Z"),$tz) - xs:date("2001-03-
07Z")"