Java 8 UTC datetime as string

public static String getUTCDatetimeAsString() {
   return LocalDateTime.now(Clock.systemUTC());
}

Comments

Popular posts from this blog

Sites, Newsletters, and Blogs

Oracle JDBC ReadTimeout QueryTimeout