mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Matthew Swift
07.11.2012 b83dee9d6dfb035c073f83e896fa05aa487fff63
opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/GeneralizedTime.java
@@ -1050,8 +1050,6 @@
     *            offset. This should be the position of the plus or minus
     *            character.
     * @return The {@code TimeZone} object representing the decoded time zone.
     * @throws DecodeException
     *             If the provided value does not contain a valid offset.
     */
    private static TimeZone getTimeZoneForOffset(final String value, final int startPos) {
        final String offSetStr = value.substring(startPos);