Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4010357

java.sql.Timestamp constructor works wrong when nano is outside bounds

XMLWordPrintable

    • 1.1
    • sparc
    • solaris_2.5
    • Not verified

      === Here is the test demonstrating the bug ===
      import java.sql.Timestamp;
      class java_sql_Timestamp2 {
        public static void main (String args[]) {
          Timestamp t=new java.sql.Timestamp(96,8,13,5,8,13,1000000000);
          System.out.println(t);
        }
      }

      === Here is the test output ===
      1996-09-13 05:08:13.0

            mhapnersunw Mark Hapner (Inactive)
            mgorshen Mikhail Gorshenev (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: