//}
context.setTimeZone(implicitTimeZone);
} else if (group.equals("ContextCurrentDatetimeFunc") ||
group.equals("ContextCurrentDateFunc") ||
group.equals("ContextCurrentTimeFunc")) {
DateTimeValue dt = null;
if (test.equals("fn-current-time-4"))
dt = new DateTimeValue("2005-12-05T13:38:03.455-05:00");
else if (test.equals("fn-current-time-6"))
dt = new DateTimeValue("2005-12-05T13:38:18.059-05:00");
else if (test.equals("fn-current-time-7"))
dt = new DateTimeValue("2005-12-05T13:38:18.059-05:00");
else if (test.equals("fn-current-time-10"))
dt = new DateTimeValue("2005-12-05T13:38:18.09-05:00");
else if (test.startsWith("fn-current-time-"))
dt = new DateTimeValue("2005-12-05T10:15:03.408-05:00");
else if (test.equals("fn-current-dateTime-6"))
dt = new DateTimeValue("2005-12-05T17:10:00.312-05:00");
else if (test.equals("fn-current-datetime-7"))
dt = new DateTimeValue("2005-12-05T17:10:00.312-05:00");
else if (test.equals("fn-current-dateTime-10"))
dt = new DateTimeValue("2005-12-05T17:10:00.344-05:00");
else if (test.equals("fn-current-dateTime-21"))
dt = new DateTimeValue("2005-12-05T17:10:00.453-05:00");
else if (test.equals("fn-current-dateTime-24"))
dt = new DateTimeValue("2005-12-05T17:10:00.469-05:00");
else
dt = new DateTimeValue("2005-12-05T17:10:00.203-05:00");
//if (dt != null)
context.setCalendar(dt.calendar);
}
} catch (XPathException e) {
//