This repository has been archived by the owner on Jun 20, 2023. It is now read-only.
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.
Closed
Description
Hello.
I have a question about date format.
In AbstractJestClient
:
public static final String ELASTIC_SEARCH_DATE_FORMAT = "yyyy-MM-dd'T'hh:mm:ssZ";
Is this intended? I wonder if you meant yyyy-MM-dd'T'HH:mm:ssZ
. Because it looks like it is losing hour information at PM.
Thanks for reading.