[
https://issues.apache.org/jira/browse/LUCENE-6564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14586352#comment-14586352
]
Uwe Schindler commented on LUCENE-6564:
---------------------------------------
By the way: In Lucene Trunk we can use the new Java 8 Datetime API (Jodatime
fork) to get an ISO datestamp without misusing an API. We should maybe use the
new API in Java 8 to implement getTimeStamp():
{{LocalDateTime.now().toString()}} (in local time), or by giving a timezone.
> Normalize date format for IW in unit tests
> ------------------------------------------
>
> Key: LUCENE-6564
> URL: https://issues.apache.org/jira/browse/LUCENE-6564
> Project: Lucene - Core
> Issue Type: Improvement
> Components: general/test
> Reporter: Ramkumar Aiyengar
> Assignee: Ramkumar Aiyengar
> Priority: Minor
> Fix For: 5.3
>
> Attachments: LUCENE-6564.patch, LUCENE-6564.patch, LUCENE-6564.patch
>
>
> Noticed while debugging some IW output in an unit test that milliseconds were
> not output in the date, changed this to reuse the date format used by
> {{PrintStreamInfoStream}}.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]