diff --git a/src/geburtstag/Geburtstag.java b/src/geburtstag/Geburtstag.java index 4e9ccb5..c8f6484 100644 --- a/src/geburtstag/Geburtstag.java +++ b/src/geburtstag/Geburtstag.java @@ -46,7 +46,7 @@ public class Geburtstag { jetzt = LocalDateTime.now(); System.out.println("Jetzt ist:"); - System.out.println(jetzt.format(DateTimeFormatter.ofLocalizedDateTime(FormatStyle.MEDIUM))); + System.out.println(jetzt.format(DateTimeFormatter.ofLocalizedDateTime(FormatStyle.MEDIUM)) + " Uhr"); System.out.println(); int tageBisGeburtstag = 0;