yuyu1025 commented on PR #1385: URL: https://github.com/apache/commons-lang/pull/1385#issuecomment-2888400830
> -1: The implementation doesn't make sense. I suppose the question is: Do we really need a utility method for: > > ``` > LocalDateTime.ofInstant(date.toInstant(), timeZone.toZoneId()); > ``` For experienced developers, this indeed doesn't make much sense. However, for newbies who know nothing about LocalDateTime, it can often be of great help. In project engineering, it can also reduce a lot of repetitive logic. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org