Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for systemDefaultZone (0.06 sec)

  1. src/main/java/org/codelibs/fess/suggest/entity/SuggestItem.java

                }
            }
    
            item.id = SuggestUtil.createSuggestTextId(item.text);
            item.timestamp = ZonedDateTime.ofInstant(Instant.ofEpochMilli(timestamp), Clock.systemDefaultZone().getZone());
            return item;
        }
    
        /**
         * Returns the updated source map by merging with existing source.
         * @param existingSource The existing source map.
    Registered: Fri Sep 19 09:08:11 UTC 2025
    - Last Modified: Thu Aug 07 02:41:28 UTC 2025
    - 25.1K bytes
    - Viewed (0)
Back to top