Skip to content

Commit

Permalink
Update cpp/src/arrow/compute/kernels/scalar_temporal_unary.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Rok Mihevc <[email protected]>
  • Loading branch information
Divyansh200102 and rok authored Feb 22, 2024
1 parent 54a349d commit 084fa49
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cpp/src/arrow/compute/kernels/scalar_temporal_unary.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1784,8 +1784,7 @@ const FunctionDoc strptime_doc(
"in StrptimeOptions. Null inputs emit null. If a non-null string\n"
"fails parsing, an error is returned by default.\n"
"\n"
"**Note:** The strptime kernel currently ignores the %Z specifier for any string."
),
"**Note:** The strptime kernel currently ignores the %Z specifier for any string."),
{"strings"}, "StrptimeOptions", /*options_required=*/true);
const FunctionDoc assume_timezone_doc{
"Convert naive timestamp to timezone-aware timestamp",
Expand Down

0 comments on commit 084fa49

Please sign in to comment.