diff options
Diffstat (limited to 'tests/exslt/date/difference.1.xml')
-rw-r--r-- | tests/exslt/date/difference.1.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/exslt/date/difference.1.xml b/tests/exslt/date/difference.1.xml index 2e8575bb..ca897c09 100644 --- a/tests/exslt/date/difference.1.xml +++ b/tests/exslt/date/difference.1.xml @@ -21,5 +21,7 @@ <date date2='2002-05-02T23:59:59' date1='2002-05-03T00:00:01'/> <!-- result should be negative --> <date date1='2000-01-02T05:00:03' date2='2000-01-01T04:03:02'/> + <!-- with timezone --> + <date date1='2016-04-28T17:59:30+02:00' date2='2016-04-28T17:59:30+04:00'/> </page> |