Skip to content

Commit

Permalink
Remove tm
Browse files Browse the repository at this point in the history
  • Loading branch information
acvictor committed Mar 14, 2024
1 parent ac2ff35 commit 19a1ce5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions velox/functions/sparksql/tests/DateTimeFunctionsTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ namespace facebook::velox::functions::sparksql::test {
namespace {

std::string timestampToString(Timestamp ts) {
std::tm tm;
Timestamp::epochToUtc(ts.getSeconds(), tm);
TimestampToStringOptions options;
options.mode = TimestampToStringOptions::Mode::kFull;
std::string result;
Expand Down

0 comments on commit 19a1ce5

Please sign in to comment.