Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ccat3z committed Sep 6, 2024
1 parent 8f5cec1 commit 4b65e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion velox/functions/lib/DateTimeFormatter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1334,7 +1334,7 @@ int32_t DateTimeFormatter::format(
static_cast<int>(calDate.year()),
static_cast<uint32_t>(calDate.month()),
static_cast<uint32_t>(calDate.day()),
2, // (ISO 9601) Monday = 2
2, // (ISO 8601) Monday = 2
4 // At least 4 days in first week
);

Expand Down

0 comments on commit 4b65e61

Please sign in to comment.