Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getUpdateTimeOffsetDateTime (0.85 sec)

  1. fess-crawler/src/main/java/org/codelibs/fess/net/protocol/gcs/Handler.java

                        connect();
                    }
                    final Blob blobObj = getBlob();
                    if (blobObj != null && blobObj.getUpdateTimeOffsetDateTime() != null) {
                        return blobObj.getUpdateTimeOffsetDateTime().toInstant().toEpochMilli();
                    }
                    return 0;
                } catch (final Exception e) {
                    return 0;
                }
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Thu Dec 11 08:38:29 UTC 2025
    - 9.6K bytes
    - Viewed (0)
Back to top