Github user barrotsteindev commented on a diff in the pull request:
https://github.com/apache/lucene-solr/pull/438#discussion_r211818226
--- Diff: solr/server/solr/configsets/_default/conf/solrconfig.xml ---
@@ -1146,6 +1146,11 @@
<str>yyyy-MM-dd HH:mm[:ss[.SSS]][z</str>
<str>yyyy-MM-dd HH:mm[:ss[,SSS]][z</str>
<str>yyyy-MM-dd</str>
+ <str>EEE, dd MMM yyyy HH:mm:ss z</str>
+ <str>EEEE, dd-MMM-yy HH:mm:ss z</str>
+ <str>EEE MMM d HH:mm:ss yyyy</str>
+ <str>EEE MMM d hh:mm:ss z yyyy</str>
+ <str>yyyy-MM-dd hh:mm:ss</str>
--- End diff --
Right, it could be joined with "yyyy-MM-dd" as "yyyy-MM-dd [hh:mm:ss]".
Or should I replace the "hh" bit with "HH"?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]