Skip to content

Commit

Permalink
limit debug
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd committed Jul 31, 2023
1 parent 15deeea commit 253452f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c/driver/sqlite/statement_reader.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ static AdbcStatusCode ArrowDate32ToIsoString(int32_t value, char** buf,
#endif

struct tm broken_down_time;
time = -1; // debug
time = -20000; // debug

#if defined(_WIN32)
if (gmtime_s(&broken_down_time, &time) != 0) {
Expand Down

0 comments on commit 253452f

Please sign in to comment.