How to read timezone from server request in spring reactive

19 views Asked by At

How to read timezone from server request in spring reactive, do we have alternative from RequestContextUtils in spring reactive programming

    TimeZone timezone = RequestContextUtils.getTimeZone(request);

This is not working in spring reactive

0

There are 0 answers