- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getRequestedTimeZone (0.12 sec)
-
src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessUserTimeZoneProcessProvider.java
public OptionalThing<TimeZone> findBusinessTimeZone(final ActionRuntime runtimeMeta, final RequestManager requestManager) { return OptionalObject.empty(); } @Override public TimeZone getRequestedTimeZone(final RequestManager requestManager) { // not null return centralTimeZone; // you can change it if you like } @Override public String toString() {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 2.1K bytes - Viewed (0)