Skip to content

Commit f00d26e

Browse files
committed
Merge branch 'master' of github.com:clever-lang/clever
2 parents c2765e2 + 5d27b8a commit f00d26e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/std.date/date_001.test

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ import std.*;
55

66
var my_date = date:Date.new(1364710352);
77

8-
io:println(my_date.format('%Y:%m:%d'));
9-
io:println(my_date.format('%H:%M:%S'));
8+
io:println(my_date.uformat('%Y:%m:%d'));
9+
io:println(my_date.uformat('%H:%M:%S'));
1010

1111
==RESULT==
1212
2013:03:31
13-
03:12:32
13+
06:12:32

0 commit comments

Comments
 (0)