diff --git a/tck/src/main/java/com/sun/ts/tests/jstl/compat/onedotzero/JSTLClientIT.java b/tck/src/main/java/com/sun/ts/tests/jstl/compat/onedotzero/JSTLClientIT.java index 9b1d2c9b..ab48fca7 100644 --- a/tck/src/main/java/com/sun/ts/tests/jstl/compat/onedotzero/JSTLClientIT.java +++ b/tck/src/main/java/com/sun/ts/tests/jstl/compat/onedotzero/JSTLClientIT.java @@ -757,7 +757,7 @@ public void positiveSetSelectVarTest() throws Exception { * @assertion_ids: JSTL:SPEC:57.1; JSTL:SPEC:57.1.1; JSTL:SPEC:57.1.2; JSTL:SPEC:57.1.3 * * @testStrategy: Validate that the value attribute can accept both static values as well as three letter timezones (ex. - * PST) or fully qualified values (ex. America/Los_Angeles). + * America/Los_Angeles). */ @Test public void positiveSetTimezoneValueTest() throws Exception { @@ -779,7 +779,7 @@ public void positiveSetTimezoneValueTest() throws Exception { * @assertion_ids: JSTL:SPEC:57.1; JSTL:SPEC:57.1.1; JSTL:SPEC:57.1.2; JSTL:SPEC:57.1.3 * * @testStrategy: Validate that the value attribute can accept both static values as well as three letter timezones (ex. - * PST) or fully qualified values (ex. America/Los_Angeles). + * America/Los_Angeles). */ @Test public void positiveTimezoneValueTest() throws Exception { diff --git a/tck/src/main/java/com/sun/ts/tests/jstl/spec/fmt/format/fmtdate/JSTLClientIT.java b/tck/src/main/java/com/sun/ts/tests/jstl/spec/fmt/format/fmtdate/JSTLClientIT.java index bec0797c..f109ae0c 100644 --- a/tck/src/main/java/com/sun/ts/tests/jstl/spec/fmt/format/fmtdate/JSTLClientIT.java +++ b/tck/src/main/java/com/sun/ts/tests/jstl/spec/fmt/format/fmtdate/JSTLClientIT.java @@ -235,7 +235,7 @@ public void positiveFDValueNullTest() throws Exception { * @assertion_ids: JSTL:SPEC:57.11 * * @testStrategy: Validate that if timeZone is null or empty, the value will be formatted as if it was present. In this - * case, the time will be formatted using the page's time zone of EST. + * case, the time will be formatted using the page's time zone of America/New_York. */ @Test public void positiveFDTimeZoneNullEmptyTest() throws Exception { diff --git a/tck/src/main/java/com/sun/ts/tests/jstl/spec/fmt/format/parsedate/JSTLClientIT.java b/tck/src/main/java/com/sun/ts/tests/jstl/spec/fmt/format/parsedate/JSTLClientIT.java index f41cc015..2d886d89 100644 --- a/tck/src/main/java/com/sun/ts/tests/jstl/spec/fmt/format/parsedate/JSTLClientIT.java +++ b/tck/src/main/java/com/sun/ts/tests/jstl/spec/fmt/format/parsedate/JSTLClientIT.java @@ -457,7 +457,7 @@ public void positivePDTimeZoneTest() throws Exception { * @assertion_ids: JSTL:SPEC:58.25 * * @testStrategy: Validate that if timeZone is null or empty, the value will be formatted as if it was missing. In this - * case, the time will be formatted using the page's time zone of EST. Pass the parsed value to formatDate to display + * case, the time will be formatted using the page's time zone of America/New_York. Pass the parsed value to formatDate to display * (due to possible timezone difference). */ @Test diff --git a/tck/src/main/java/com/sun/ts/tests/jstl/spec/fmt/format/settimezone/JSTLClientIT.java b/tck/src/main/java/com/sun/ts/tests/jstl/spec/fmt/format/settimezone/JSTLClientIT.java index efdaa9c3..fb906f48 100644 --- a/tck/src/main/java/com/sun/ts/tests/jstl/spec/fmt/format/settimezone/JSTLClientIT.java +++ b/tck/src/main/java/com/sun/ts/tests/jstl/spec/fmt/format/settimezone/JSTLClientIT.java @@ -79,7 +79,7 @@ public static WebArchive createDeployment() throws IOException { * JSTL:SPEC:93.1.5; JSTL:SPEC:93.1.6 * * @testStrategy: Validate that the value attribute can accept dynamic values as well as three letter timezones (ex. - * PST) or fully qualified values (ex. America/Los_Angeles). + * America/Los_Angeles). */ @Test public void positiveSetTimezoneValueTest() throws Exception { diff --git a/tck/src/main/java/com/sun/ts/tests/jstl/spec/fmt/format/timezone/JSTLClientIT.java b/tck/src/main/java/com/sun/ts/tests/jstl/spec/fmt/format/timezone/JSTLClientIT.java index f5b6f95a..4b34fc9a 100644 --- a/tck/src/main/java/com/sun/ts/tests/jstl/spec/fmt/format/timezone/JSTLClientIT.java +++ b/tck/src/main/java/com/sun/ts/tests/jstl/spec/fmt/format/timezone/JSTLClientIT.java @@ -64,7 +64,7 @@ public static WebArchive createDeployment() throws IOException { * @assertion_ids: JSTL:SPEC:54; JSTL:SPEC:54.1; JSTL:SPEC:54.1.1; JSTL:SPEC:54.1.2; JSTL:SPEC:54.1.3 * * @testStrategy: Validate that the value attribute can accept both static values as well as three letter timezones (ex. - * PST) or fully qualified values (ex. America/Los_Angeles). + * America/Los_Angeles). */ @Test public void positiveTimezoneValueTest() throws Exception { diff --git a/tck/src/main/resources/com/sun/ts/tests/jstl/compat/onedotzero/positiveFDValueTest.jsp b/tck/src/main/resources/com/sun/ts/tests/jstl/compat/onedotzero/positiveFDValueTest.jsp index abe6f12a..e99ade44 100644 --- a/tck/src/main/resources/com/sun/ts/tests/jstl/compat/onedotzero/positiveFDValueTest.jsp +++ b/tck/src/main/resources/com/sun/ts/tests/jstl/compat/onedotzero/positiveFDValueTest.jsp @@ -27,7 +27,7 @@ pageContext.setAttribute("dte", date); %> - +
diff --git a/tck/src/main/resources/com/sun/ts/tests/jstl/compat/onedotzero/positiveFormatLocalizationContextI18NTest.jsp b/tck/src/main/resources/com/sun/ts/tests/jstl/compat/onedotzero/positiveFormatLocalizationContextI18NTest.jsp index 60b815e1..f14b0e86 100644 --- a/tck/src/main/resources/com/sun/ts/tests/jstl/compat/onedotzero/positiveFormatLocalizationContextI18NTest.jsp +++ b/tck/src/main/resources/com/sun/ts/tests/jstl/compat/onedotzero/positiveFormatLocalizationContextI18NTest.jsp @@ -26,7 +26,7 @@ Date date = new Date(883192294202L); pageContext.setAttribute("dte", date); %> - + diff --git a/tck/src/main/resources/com/sun/ts/tests/jstl/compat/onedotzero/positiveFormatLocalizationContextI18NTestJava20Plus.jsp b/tck/src/main/resources/com/sun/ts/tests/jstl/compat/onedotzero/positiveFormatLocalizationContextI18NTestJava20Plus.jsp index 503986b7..42a1b2b3 100644 --- a/tck/src/main/resources/com/sun/ts/tests/jstl/compat/onedotzero/positiveFormatLocalizationContextI18NTestJava20Plus.jsp +++ b/tck/src/main/resources/com/sun/ts/tests/jstl/compat/onedotzero/positiveFormatLocalizationContextI18NTestJava20Plus.jsp @@ -28,7 +28,7 @@ Date date = new Date(883192294202L); pageContext.setAttribute("dte", date); %> - + diff --git a/tck/src/main/resources/com/sun/ts/tests/jstl/compat/onedotzero/positivePDValueTest.jsp b/tck/src/main/resources/com/sun/ts/tests/jstl/compat/onedotzero/positivePDValueTest.jsp index 66d64546..da4b781e 100644 --- a/tck/src/main/resources/com/sun/ts/tests/jstl/compat/onedotzero/positivePDValueTest.jsp +++ b/tck/src/main/resources/com/sun/ts/tests/jstl/compat/onedotzero/positivePDValueTest.jsp @@ -23,7 +23,7 @@ - + diff --git a/tck/src/main/resources/com/sun/ts/tests/jstl/compat/onedotzero/positiveSetTimezoneValueTest.jsp b/tck/src/main/resources/com/sun/ts/tests/jstl/compat/onedotzero/positiveSetTimezoneValueTest.jsp index 4e940e36..6806da78 100644 --- a/tck/src/main/resources/com/sun/ts/tests/jstl/compat/onedotzero/positiveSetTimezoneValueTest.jsp +++ b/tck/src/main/resources/com/sun/ts/tests/jstl/compat/onedotzero/positiveSetTimezoneValueTest.jsp @@ -25,12 +25,12 @@ <%@ page import="java.util.TimeZone,java.util.Date" %> <% - TimeZone tz = TimeZone.getTimeZone("PST"); + TimeZone tz = TimeZone.getTimeZone("America/Los_Angeles"); pageContext.setAttribute("tz", tz); Date date = new Date(883192294202L); pageContext.setAttribute("dte", date); %> - + diff --git a/tck/src/main/resources/com/sun/ts/tests/jstl/compat/onedotzero/positiveTimezoneValueTest.jsp b/tck/src/main/resources/com/sun/ts/tests/jstl/compat/onedotzero/positiveTimezoneValueTest.jsp index 9c885d20..ed1bffeb 100644 --- a/tck/src/main/resources/com/sun/ts/tests/jstl/compat/onedotzero/positiveTimezoneValueTest.jsp +++ b/tck/src/main/resources/com/sun/ts/tests/jstl/compat/onedotzero/positiveTimezoneValueTest.jsp @@ -25,12 +25,12 @@ <%@ page import="java.util.TimeZone,java.util.Date" %> <% - TimeZone tz = TimeZone.getTimeZone("PST"); + TimeZone tz = TimeZone.getTimeZone("America/Los_Angeles"); pageContext.setAttribute("tz", tz); Date date = new Date(883192294202L); pageContext.setAttribute("dte", date); %> - + diff --git a/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/fmtdate/positiveFDDateStyleTest.jsp b/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/fmtdate/positiveFDDateStyleTest.jsp index 0da2a394..75fe60d6 100644 --- a/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/fmtdate/positiveFDDateStyleTest.jsp +++ b/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/fmtdate/positiveFDDateStyleTest.jsp @@ -34,7 +34,7 @@ - + diff --git a/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/fmtdate/positiveFDLocalizationContextTest.jsp b/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/fmtdate/positiveFDLocalizationContextTest.jsp index a9a25df4..a18a5214 100644 --- a/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/fmtdate/positiveFDLocalizationContextTest.jsp +++ b/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/fmtdate/positiveFDLocalizationContextTest.jsp @@ -27,7 +27,7 @@ Date date = new Date(883192294202L); pageContext.setAttribute("dte", date); %> - + diff --git a/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/fmtdate/positiveFDScopeTest.jsp b/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/fmtdate/positiveFDScopeTest.jsp index c0827ac4..3fc50129 100644 --- a/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/fmtdate/positiveFDScopeTest.jsp +++ b/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/fmtdate/positiveFDScopeTest.jsp @@ -27,7 +27,7 @@ pageContext.setAttribute("dte", date); %> - + diff --git a/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/fmtdate/positiveFDTimeZonePrecedenceTest.gf b/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/fmtdate/positiveFDTimeZonePrecedenceTest.gf index d44d68f3..613775c0 100644 --- a/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/fmtdate/positiveFDTimeZonePrecedenceTest.gf +++ b/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/fmtdate/positiveFDTimeZonePrecedenceTest.gf @@ -15,22 +15,22 @@ value. - Use the value of the scoped attribute jakarta.servlet.jsp.jstl.fmt.timeZone. --> -
TimeZone attribute specified with a value of PST:
- Wrapped by <fmt:timeZone> action with MST. Time should be 7:11:34 PM:
+
TimeZone attribute specified with a value of America/Los_Angeles:
+ Wrapped by <fmt:timeZone> action with America/Denver. Time should be 7:11:34 PM:
Dec 26, 1997, 7:11:34 PM
- Not wrapped. Page has a time zone of EST. Time should be 7:11:34 PM
+ Not wrapped. Page has a time zone of America/New_York. Time should be 7:11:34 PM
Dec 26, 1997, 7:11:34 PM

No TimeZone attribute specified:
- Wrapped by <fmt:timeZone> action with MST. Time should be 8:11:34 PM:
+ Wrapped by <fmt:timeZone> action with America/Denver. Time should be 8:11:34 PM:
Dec 26, 1997, 8:11:34 PM
- Not wrapped. Page has a time zone of EST. Time should be 10:11:34 PM
+ Not wrapped. Page has a time zone of America/New_York. Time should be 10:11:34 PM
Dec 26, 1997, 10:11:34 PM

diff --git a/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/fmtdate/positiveFDTimeZonePrecedenceTest.jsp b/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/fmtdate/positiveFDTimeZonePrecedenceTest.jsp index 8e1d9de2..ebe298b2 100644 --- a/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/fmtdate/positiveFDTimeZonePrecedenceTest.jsp +++ b/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/fmtdate/positiveFDTimeZonePrecedenceTest.jsp @@ -27,7 +27,7 @@ Date date = new Date(883192294202L); pageContext.setAttribute("dte", date); %> - + -
TimeZone attribute specified with a value of PST:
- Wrapped by <fmt:timeZone> action with MST. Time should be 7:11:34 PM:
- -
+
TimeZone attribute specified with a value of America/Los_Angeles:
+ Wrapped by <fmt:timeZone> action with America/Denver. Time should be 7:11:34 PM:
+ +
- Not wrapped. Page has a time zone of EST. Time should be 7:11:34 PM
-
+ Not wrapped. Page has a time zone of America/New_York. Time should be 7:11:34 PM
+

No TimeZone attribute specified:
- Wrapped by <fmt:timeZone> action with MST. Time should be 8:11:34 PM:
- + Wrapped by <fmt:timeZone> action with America/Denver. Time should be 8:11:34 PM:
+
- Not wrapped. Page has a time zone of EST. Time should be 10:11:34 PM
+ Not wrapped. Page has a time zone of America/New_York. Time should be 10:11:34 PM


diff --git a/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/fmtdate/positiveFDTimeZonePrecedenceTestJava20Plus.gf b/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/fmtdate/positiveFDTimeZonePrecedenceTestJava20Plus.gf index f97511b8..c421af75 100644 --- a/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/fmtdate/positiveFDTimeZonePrecedenceTestJava20Plus.gf +++ b/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/fmtdate/positiveFDTimeZonePrecedenceTestJava20Plus.gf @@ -15,22 +15,22 @@ value. - Use the value of the scoped attribute jakarta.servlet.jsp.jstl.fmt.timeZone. --> -
TimeZone attribute specified with a value of PST:
- Wrapped by <fmt:timeZone> action with MST. Time should be 7:11:34 PM:
+
TimeZone attribute specified with a value of America/Los_Angeles:
+ Wrapped by <fmt:timeZone> action with America/Denver. Time should be 7:11:34 PM:
Dec 26, 1997, 7:11:34 PM
- Not wrapped. Page has a time zone of EST. Time should be 7:11:34 PM
+ Not wrapped. Page has a time zone of America/New_York. Time should be 7:11:34 PM
Dec 26, 1997, 7:11:34 PM

No TimeZone attribute specified:
- Wrapped by <fmt:timeZone> action with MST. Time should be 8:11:34 PM:
+ Wrapped by <fmt:timeZone> action with America/Denver. Time should be 8:11:34 PM:
Dec 26, 1997, 8:11:34 PM
- Not wrapped. Page has a time zone of EST. Time should be 10:11:34 PM
+ Not wrapped. Page has a time zone of America/New_York. Time should be 10:11:34 PM
Dec 26, 1997, 10:11:34 PM

diff --git a/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/fmtdate/positiveFDTimeZoneTest.gf b/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/fmtdate/positiveFDTimeZoneTest.gf index e7d63d5c..3e858435 100644 --- a/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/fmtdate/positiveFDTimeZoneTest.gf +++ b/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/fmtdate/positiveFDTimeZoneTest.gf @@ -10,7 +10,7 @@ -
Page is using EST for the timezone. The formatting action will use PST. Value should be minus 3 hours.
+
Page is using America/New_York for the timezone. The formatting action will use America/Los_Angeles. Value should be minus 3 hours.
No timeZone attribute: Dec 26, 1997, 10:11:34 PM
Dec 26, 1997, 7:11:34 PM
Dec 26, 1997, 7:11:34 PM
diff --git a/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/fmtdate/positiveFDTimeZoneTest.jsp b/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/fmtdate/positiveFDTimeZoneTest.jsp index a750507f..277fe288 100644 --- a/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/fmtdate/positiveFDTimeZoneTest.jsp +++ b/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/fmtdate/positiveFDTimeZoneTest.jsp @@ -26,18 +26,18 @@ <% Date date = new Date(883192294202L); pageContext.setAttribute("dte", date); - pageContext.setAttribute("tz", TimeZone.getTimeZone("PST")); + pageContext.setAttribute("tz", TimeZone.getTimeZone("America/Los_Angeles")); %> - + -
Page is using EST for the timezone. The formatting action will use PST. Value should be minus 3 hours.
+
Page is using America/New_York for the timezone. The formatting action will use America/Los_Angeles. Value should be minus 3 hours.
No timeZone attribute:


+ timeZone="America/Los_Angeles" type="both"/>
diff --git a/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/fmtdate/positiveFDTimeZoneTestJava20Plus.gf b/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/fmtdate/positiveFDTimeZoneTestJava20Plus.gf index d07829c5..5c636dea 100644 --- a/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/fmtdate/positiveFDTimeZoneTestJava20Plus.gf +++ b/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/fmtdate/positiveFDTimeZoneTestJava20Plus.gf @@ -10,7 +10,7 @@ -
Page is using EST for the timezone. The formatting action will use PST. Value should be minus 3 hours.
+
Page is using America/New_York for the timezone. The formatting action will use America/Los_Angeles. Value should be minus 3 hours.
No timeZone attribute: Dec 26, 1997, 10:11:34 PM
Dec 26, 1997, 7:11:34 PM
Dec 26, 1997, 7:11:34 PM
diff --git a/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/fmtdate/positiveFDTypeTest.jsp b/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/fmtdate/positiveFDTypeTest.jsp index 41c6e7d7..9407dc0a 100644 --- a/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/fmtdate/positiveFDTypeTest.jsp +++ b/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/fmtdate/positiveFDTypeTest.jsp @@ -32,7 +32,7 @@ - + diff --git a/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/localecontext/positiveFormatLocalizationContextBrowserLocaleTest.jsp b/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/localecontext/positiveFormatLocalizationContextBrowserLocaleTest.jsp index df669a50..98a93a80 100644 --- a/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/localecontext/positiveFormatLocalizationContextBrowserLocaleTest.jsp +++ b/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/localecontext/positiveFormatLocalizationContextBrowserLocaleTest.jsp @@ -26,7 +26,7 @@ Date date = new Date(883192294202L); pageContext.setAttribute("dte", date); %> - + Nov 21, 2000, 3:45:02 AM - +
diff --git a/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/parsedate/positivePDBodyValueTestJava20Plus.jsp b/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/parsedate/positivePDBodyValueTestJava20Plus.jsp index cdfb8482..0a5a73ae 100644 --- a/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/parsedate/positivePDBodyValueTestJava20Plus.jsp +++ b/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/parsedate/positivePDBodyValueTestJava20Plus.jsp @@ -23,13 +23,13 @@ <%@ taglib prefix="tck" uri="http://java.sun.com/jstltck/jstltck-util" %> - + Nov 21, 2000, 3:45:02 AM - + diff --git a/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/parsedate/positivePDDateStyleTest.jsp b/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/parsedate/positivePDDateStyleTest.jsp index 75da0b07..836961d1 100644 --- a/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/parsedate/positivePDDateStyleTest.jsp +++ b/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/parsedate/positivePDDateStyleTest.jsp @@ -27,7 +27,7 @@ - + -
-
+
+
diff --git a/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/parsedate/positivePDParseLocaleTest.jsp b/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/parsedate/positivePDParseLocaleTest.jsp index 4cc0c4ee..61bc17f2 100644 --- a/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/parsedate/positivePDParseLocaleTest.jsp +++ b/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/parsedate/positivePDParseLocaleTest.jsp @@ -28,7 +28,7 @@ - + @@ -32,6 +32,6 @@ pattern='<%= (String) pageContext.getAttribute("pat") %>' var="r1"/> -
-
+
+
diff --git a/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/parsedate/positivePDTimeStyleTest.jsp b/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/parsedate/positivePDTimeStyleTest.jsp index d34d66c5..69ac5474 100644 --- a/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/parsedate/positivePDTimeStyleTest.jsp +++ b/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/parsedate/positivePDTimeStyleTest.jsp @@ -27,7 +27,7 @@ - + -
TimeZone attribute specified with a value of PST:
- Wrapped by <fmt:timeZone> action with MST. Time should be offset by 3 hours:
+
TimeZone attribute specified with a value of America/Los_Angeles:
+ Wrapped by <fmt:timeZone> action with America/Denver. Time should be offset by 3 hours:
Nov 21, 2000, 6:45 AM
- Not wrapped. Page has a time zone of EST, timeZone attribute specified. Time should be offset by 3 hours:
+ Not wrapped. Page has a time zone of America/New_York, timeZone attribute specified. Time should be offset by 3 hours:

Nov 21, 2000, 6:45 AM

No TimeZone attribute specified:
- Wrapped by <fmt:timeZone> action with MST. Time should be offset by 2 hours:
+ Wrapped by <fmt:timeZone> action with America/Denver. Time should be offset by 2 hours:

Nov 21, 2000, 5:45 AM
- Not wrapped. Page has a time zone of EST. Time should not be offset:
+ Not wrapped. Page has a time zone of America/New_York. Time should not be offset:

Nov 21, 2000, 3:45 AM

diff --git a/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/parsedate/positivePDTimeZonePrecedenceTest.jsp b/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/parsedate/positivePDTimeZonePrecedenceTest.jsp index 53d42dde..8dacc328 100644 --- a/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/parsedate/positivePDTimeZonePrecedenceTest.jsp +++ b/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/parsedate/positivePDTimeZonePrecedenceTest.jsp @@ -23,7 +23,7 @@ <%@ page import="java.util.Date" %> - + -
TimeZone attribute specified with a value of PST:
- Wrapped by <fmt:timeZone> action with MST. Time should be offset by 3 hours:
- - +
TimeZone attribute specified with a value of America/Los_Angeles:
+ Wrapped by <fmt:timeZone> action with America/Denver. Time should be offset by 3 hours:
+ + -
+
- Not wrapped. Page has a time zone of EST, timeZone attribute specified. Time should be offset by 3 hours:
-
-
+ Not wrapped. Page has a time zone of America/New_York, timeZone attribute specified. Time should be offset by 3 hours:
+
+

No TimeZone attribute specified:
- Wrapped by <fmt:timeZone> action with MST. Time should be offset by 2 hours:
- + Wrapped by <fmt:timeZone> action with America/Denver. Time should be offset by 2 hours:
+
-
+
- Not wrapped. Page has a time zone of EST. Time should not be offset:
+ Not wrapped. Page has a time zone of America/New_York. Time should not be offset:

-
+

diff --git a/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/parsedate/positivePDTimeZonePrecedenceTestJava20Plus.gf b/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/parsedate/positivePDTimeZonePrecedenceTestJava20Plus.gf index b388777d..720dc154 100644 --- a/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/parsedate/positivePDTimeZonePrecedenceTestJava20Plus.gf +++ b/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/parsedate/positivePDTimeZonePrecedenceTestJava20Plus.gf @@ -16,25 +16,25 @@ value. - Use the value of the scoped attribute jakarta.servlet.jsp.jstl.fmt.timeZone. --> -
TimeZone attribute specified with a value of PST:
- Wrapped by <fmt:timeZone> action with MST. Time should be offset by 3 hours:
+
TimeZone attribute specified with a value of America/Los_Angeles:
+ Wrapped by <fmt:timeZone> action with America/Denver. Time should be offset by 3 hours:
Nov 21, 2000, 6:45 AM
- Not wrapped. Page has a time zone of EST, timeZone attribute specified. Time should be offset by 3 hours:
+ Not wrapped. Page has a time zone of America/New_York, timeZone attribute specified. Time should be offset by 3 hours:

Nov 21, 2000, 6:45 AM

No TimeZone attribute specified:
- Wrapped by <fmt:timeZone> action with MST. Time should be offset by 2 hours:
+ Wrapped by <fmt:timeZone> action with America/Denver. Time should be offset by 2 hours:

Nov 21, 2000, 5:45 AM
- Not wrapped. Page has a time zone of EST. Time should not be offset:
+ Not wrapped. Page has a time zone of America/New_York. Time should not be offset:

Nov 21, 2000, 3:45 AM

diff --git a/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/parsedate/positivePDTimeZonePrecedenceTestJava20Plus.jsp b/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/parsedate/positivePDTimeZonePrecedenceTestJava20Plus.jsp index c41520f4..811fd34c 100644 --- a/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/parsedate/positivePDTimeZonePrecedenceTestJava20Plus.jsp +++ b/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/parsedate/positivePDTimeZonePrecedenceTestJava20Plus.jsp @@ -25,7 +25,7 @@ <%@ page import="java.util.Date" %> - + -
TimeZone attribute specified with a value of PST:
- Wrapped by <fmt:timeZone> action with MST. Time should be offset by 3 hours:
- - +
TimeZone attribute specified with a value of America/Los_Angeles:
+ Wrapped by <fmt:timeZone> action with America/Denver. Time should be offset by 3 hours:
+ + -
+
- Not wrapped. Page has a time zone of EST, timeZone attribute specified. Time should be offset by 3 hours:
-
-
+ Not wrapped. Page has a time zone of America/New_York, timeZone attribute specified. Time should be offset by 3 hours:
+
+

No TimeZone attribute specified:
- Wrapped by <fmt:timeZone> action with MST. Time should be offset by 2 hours:
- + Wrapped by <fmt:timeZone> action with America/Denver. Time should be offset by 2 hours:
+
-
+
- Not wrapped. Page has a time zone of EST. Time should not be offset:
+ Not wrapped. Page has a time zone of America/New_York. Time should not be offset:

-
+

diff --git a/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/parsedate/positivePDTimeZoneTest.gf b/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/parsedate/positivePDTimeZoneTest.gf index db3c818c..95cf12c3 100644 --- a/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/parsedate/positivePDTimeZoneTest.gf +++ b/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/parsedate/positivePDTimeZoneTest.gf @@ -12,7 +12,7 @@ -
Page is using EST for the timezone. The formatting action will use PST. Value should be offset 3 hours.
+
Page is using America/New_York for the timezone. The formatting action will use America/Los_Angeles. Value should be offset 3 hours.
diff --git a/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/parsedate/positivePDTimeZoneTest.jsp b/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/parsedate/positivePDTimeZoneTest.jsp index 346c1611..1e21f9d9 100644 --- a/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/parsedate/positivePDTimeZoneTest.jsp +++ b/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/parsedate/positivePDTimeZoneTest.jsp @@ -23,22 +23,22 @@ <%@ page import="java.util.TimeZone" %> <% - pageContext.setAttribute("tz", TimeZone.getTimeZone("PST")); + pageContext.setAttribute("tz", TimeZone.getTimeZone("America/Los_Angeles")); %> - + -
Page is using EST for the timezone. The formatting action will use PST. Value should be offset 3 hours.
+
Page is using America/New_York for the timezone. The formatting action will use America/Los_Angeles. Value should be offset 3 hours.
- No timeZone attribute:
-
-
+ timeZone="America/Los_Angeles" type="both" timeStyle="short" var="rpst2"/> + No timeZone attribute:
+
+
diff --git a/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/parsedate/positivePDTimeZoneTestJava20Plus.gf b/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/parsedate/positivePDTimeZoneTestJava20Plus.gf index f6c3e4fa..c33a7572 100644 --- a/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/parsedate/positivePDTimeZoneTestJava20Plus.gf +++ b/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/parsedate/positivePDTimeZoneTestJava20Plus.gf @@ -12,7 +12,7 @@ -
Page is using EST for the timezone. The formatting action will use PST. Value should be offset 3 hours.
+
Page is using America/New_York for the timezone. The formatting action will use America/Los_Angeles. Value should be offset 3 hours.
diff --git a/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/parsedate/positivePDTimeZoneTestJava20Plus.jsp b/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/parsedate/positivePDTimeZoneTestJava20Plus.jsp index 7a8aa42a..ae016d4e 100644 --- a/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/parsedate/positivePDTimeZoneTestJava20Plus.jsp +++ b/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/parsedate/positivePDTimeZoneTestJava20Plus.jsp @@ -25,22 +25,22 @@ <%@ page import="java.util.TimeZone" %> <% - pageContext.setAttribute("tz", TimeZone.getTimeZone("PST")); + pageContext.setAttribute("tz", TimeZone.getTimeZone("America/Los_Angeles")); %> - + -
Page is using EST for the timezone. The formatting action will use PST. Value should be offset 3 hours.
+
Page is using America/New_York for the timezone. The formatting action will use America/Los_Angeles. Value should be offset 3 hours.
- No timeZone attribute:
-
-
+ timeZone="America/Los_Angeles" type="both" timeStyle="short" var="rpst2"/> + No timeZone attribute:
+
+
diff --git a/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/parsedate/positivePDTypeTest.jsp b/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/parsedate/positivePDTypeTest.jsp index 59f6b630..4737a332 100644 --- a/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/parsedate/positivePDTypeTest.jsp +++ b/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/parsedate/positivePDTypeTest.jsp @@ -28,7 +28,7 @@ - + diff --git a/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/parsedate/positivePDTypeTestJava20Plus.jsp b/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/parsedate/positivePDTypeTestJava20Plus.jsp index dd83749c..c31d022b 100644 --- a/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/parsedate/positivePDTypeTestJava20Plus.jsp +++ b/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/parsedate/positivePDTypeTestJava20Plus.jsp @@ -30,7 +30,7 @@ - + diff --git a/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/parsedate/positivePDValueTest.jsp b/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/parsedate/positivePDValueTest.jsp index cb7415fe..71120999 100644 --- a/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/parsedate/positivePDValueTest.jsp +++ b/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/parsedate/positivePDValueTest.jsp @@ -23,7 +23,7 @@ - + diff --git a/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/settimezone/positiveSetTimezoneAttrScopeTest.jsp b/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/settimezone/positiveSetTimezoneAttrScopeTest.jsp index cbc3f25f..7dcb6e9d 100644 --- a/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/settimezone/positiveSetTimezoneAttrScopeTest.jsp +++ b/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/settimezone/positiveSetTimezoneAttrScopeTest.jsp @@ -25,19 +25,19 @@ - + - + - + - + - + diff --git a/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/settimezone/positiveSetTimezoneScopeTest.jsp b/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/settimezone/positiveSetTimezoneScopeTest.jsp index ae6a8854..6086df7a 100644 --- a/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/settimezone/positiveSetTimezoneScopeTest.jsp +++ b/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/settimezone/positiveSetTimezoneScopeTest.jsp @@ -24,11 +24,11 @@ - - - - - + + + + + diff --git a/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/settimezone/positiveSetTimezoneSetAttrTest.jsp b/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/settimezone/positiveSetTimezoneSetAttrTest.jsp index b10f0112..50e26a79 100644 --- a/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/settimezone/positiveSetTimezoneSetAttrTest.jsp +++ b/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/settimezone/positiveSetTimezoneSetAttrTest.jsp @@ -25,7 +25,7 @@ - + diff --git a/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/settimezone/positiveSetTimezoneValueTest.jsp b/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/settimezone/positiveSetTimezoneValueTest.jsp index e46c26ca..7e08fada 100644 --- a/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/settimezone/positiveSetTimezoneValueTest.jsp +++ b/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/settimezone/positiveSetTimezoneValueTest.jsp @@ -25,7 +25,7 @@ <%@ page import="java.util.TimeZone,java.util.Date" %> <% - TimeZone tz = TimeZone.getTimeZone("PST"); + TimeZone tz = TimeZone.getTimeZone("America/Los_Angeles"); pageContext.setAttribute("tz", tz); Date date = new Date(883192294202L); pageContext.setAttribute("dte", date); diff --git a/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/settimezone/positiveSetTimezoneVarTest.jsp b/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/settimezone/positiveSetTimezoneVarTest.jsp index bc9e5eb5..59e8534d 100644 --- a/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/settimezone/positiveSetTimezoneVarTest.jsp +++ b/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/settimezone/positiveSetTimezoneVarTest.jsp @@ -23,6 +23,6 @@ - + diff --git a/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/timezone/positiveTimezoneValueTest.jsp b/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/timezone/positiveTimezoneValueTest.jsp index 49b21d3f..7d37389d 100644 --- a/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/timezone/positiveTimezoneValueTest.jsp +++ b/tck/src/main/resources/com/sun/ts/tests/jstl/spec/fmt/format/timezone/positiveTimezoneValueTest.jsp @@ -25,12 +25,12 @@ <%@ page import="java.util.TimeZone,java.util.Date" %> <% - TimeZone tz = TimeZone.getTimeZone("PST"); + TimeZone tz = TimeZone.getTimeZone("America/Los_Angeles"); pageContext.setAttribute("tz", tz); Date date = new Date(883192294202L); pageContext.setAttribute("dte", date); %> - +