Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public static void main(String[] args) {
- Clock tm = Clock.systemUTC();
- ZonedDateTime zm = ZonedDateTime.now(tm);
- String s = zm.toString();
- s = s.substring(11, s.length()-5);
- System.out.println(s);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement