We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68b1467 commit e8d3a1cCopy full SHA for e8d3a1c
SimpleDateFormatExamples.java
@@ -31,7 +31,7 @@ public static void main(String[] args) {
31
System.out.println(sdf6.format(date));
32
33
//2020.01.23 n.a. at 22:33:45 MSK
34
- SimpleDateFormat sdf7 = new SimpleDateFormat("yyyy.MM.dd G 'в' HH:mm:ss z");
+ SimpleDateFormat sdf7 = new SimpleDateFormat("yyyy.MM.dd G 'at' HH:mm:ss z");
35
System.out.println(sdf7.format(date));
36
37
0 commit comments