Skip to content

Commit 22460ff

Browse files
chrisseatoneregon
andauthored
Update src/main/java/org/truffleruby/core/time/TimeNodes.java
Co-authored-by: Benoit Daloze <eregontp@gmail.com>
1 parent 7ab86c1 commit 22460ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/truffleruby/core/time/TimeNodes.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ protected Token[] compilePattern(Rope format) {
449449
return tokens.toArray(RubyDateFormatter.EMPTY_TOKEN_ARRAY);
450450
}
451451

452-
// Optimised for the default strftime, "%Y-%m-%dT%H:%M:%S.%6N "
452+
// Optimised for the default Logger::Formatter time format: "%Y-%m-%dT%H:%M:%S.%6N "
453453
private ManagedRope formatTimeFast(RubyTime time, Token[] pattern) {
454454
return RubyDateFormatter.formatToRopeBuilderFast(
455455
pattern,

0 commit comments

Comments
 (0)