I am currently creating UTC DateTime objects using the current idiom
DateTime now = new DateTime(DateTimeZone.UTC);
Is there a default way, so I can create UTC based DateTime objects using the default constructor, so is it more implicit?
DateTime now = new DateTime();
java jodatime
algolicious Feb 22 2018-12-22T00: 00Z
source share