Shunping Huang
Shunping Huang
Just took a closer look in the documentation of joda. Both `DateTime(long)` and `Instant.toDateTime()` returns a `DateTime` object using the default timezone (which is also explicitly said in the documentation)....
Here is a little more deep dive on the code regarding @Abacn 's test case. - `Instant.now()` returns an `Instant` object with a timezone set to UTC. When we call...
@Abacn, do you want to check my previous comments. What I am trying to conveying is that, though those timestamps in your example do not look the same after printing,...
> Do they equal when you invoke Object.equal method? If machine doesn't think its equal then there is a risk to change this. > > In general if there is...