java-tutorials/core-java-modules/core-java-date-operations-2
hesamghiasi ba99476330 fixing time ago unit tests (#12560)
* adding getCurrentTime method to TimeAgoCalculatorUnitTest in order to always return the same time and avoid problems related to reading date from local system.
adding two methods to TimeAgoCalculator to always return the same date as the current date in order to avoid problems related to reading current time from local host. One of these two methods accepts time zone

* adding getCurrentTime method to TimeAgoCalculatorUnitTest in order to always return the same time and avoid problems related to reading date from local system.
adding two methods to TimeAgoCalculator to always return the same date as the current date in order to avoid problems related to reading current time from local host. One of these two methods accepts time zone
correcting some formattings
adding comments in code to clarify adding of getCurrentTime methods

* reverting changes to ZuulConfig
2022-08-06 19:08:59 +05:30
..
src fixing time ago unit tests (#12560) 2022-08-06 19:08:59 +05:30
README.md Updated README.md 2022-06-21 11:13:13 +05:00
pom.xml adding code for calculating time ago in Java for both version 7 and v… (#12313) 2022-06-14 17:22:57 +05:30