Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for toEpochSecond (0.28 sec)

  1. analysis/analysis-api-standalone/tests/org/jetbrains/kotlin/analysis/api/standalone/fir/test/cases/session/builder/sessionBuilderTestUtils.kt

            }
    
            override fun contentsToByteArray(): ByteArray = ktFile.text.toByteArray()
    
            override fun getLength(): Long = ktFile.textLength.toLong()
    
            private val timeStamp = LocalDateTime.now().toEpochSecond(ZoneOffset.UTC)
    
            override fun getTimeStamp(): Long = timeStamp
    
            override fun refresh(asynchronous: Boolean, recursive: Boolean, postRunnable: Runnable?) {}
        }
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed Jun 05 16:16:39 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  2. fess-crawler/src/main/java/org/codelibs/fess/net/protocol/storage/Handler.java

            @Override
            public long getLastModified() {
                if (minioClient == null) {
                    return 0;
                }
                try {
                    return getStatObject().lastModified().toEpochSecond();
                } catch (InvalidKeyException | ErrorResponseException | IllegalArgumentException | InsufficientDataException | InternalException
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Feb 22 01:36:27 UTC 2024
    - 6.3K bytes
    - Viewed (0)
Back to top