Skip to content

Commit e8d3a1c

Browse files
authored
*
1 parent 68b1467 commit e8d3a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SimpleDateFormatExamples.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public static void main(String[] args) {
3131
System.out.println(sdf6.format(date));
3232

3333
//2020.01.23 n.a. at 22:33:45 MSK
34-
SimpleDateFormat sdf7 = new SimpleDateFormat("yyyy.MM.dd G 'в' HH:mm:ss z");
34+
SimpleDateFormat sdf7 = new SimpleDateFormat("yyyy.MM.dd G 'at' HH:mm:ss z");
3535
System.out.println(sdf7.format(date));
3636

3737

0 commit comments

Comments
 (0)