I want to get the current time in UTC. What I do so far is following (just for testing purposes):
DateTime dt = new DateTime(); DateTimeZone tz = Dat
You can also use the static method now which makes it even more readable
DateTime.now(DateTimeZone.UTC)