I would like to truncate date to his day or hour. currently it is only possible to truncate MONTH or YEAR. 1.How can achieve that? 2.Is there any pull request about this issue? 3.If there is not any open pull request about this issue, what are the implications that I should be aware of when coding /contributing it as a pull request?
Last question is, Looking at DateTImeUtils class code, it seems like implementation is not using any open library for handling dates i.e apache-common , Why implementing it instead of reusing open source? Thanks David