Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getServerTimeZoneOffset (0.08 sec)

  1. src/test/java/jcifs/SmbTreeHandleTest.java

            assertEquals(3600000L, smbTreeHandle.getServerTimeZoneOffset(), "Server time zone offset should be 3600000");
        }
    
        /**
         * Test for getServerTimeZoneOffset() method throwing CIFSException.
         * @throws CIFSException
         */
        @Test
        void testGetServerTimeZoneOffset_throwsCIFSException() throws CIFSException {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 7.1K bytes
    - Viewed (0)
  2. src/main/java/jcifs/SmbTreeHandle.java

        /**
         * Gets the server timezone offset in milliseconds
         * @return server timezone offset
         * @throws CIFSException if an error occurs retrieving the timezone offset
         */
        long getServerTimeZoneOffset() throws CIFSException;
    
        /**
         * Gets the OEM domain name reported by the server
         * @return server reported domain name
         * @throws CIFSException if an error occurs retrieving the domain name
         */
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 2.6K bytes
    - Viewed (0)
Back to top