Skip to content

Commit

Permalink
removed experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
DerThorsten committed Jul 2, 2024
1 parent 735b74f commit fd12970
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/array_data_creation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ namespace sparrow::test
for (uint8_t i = 0; i < n; ++i)
{
b.data<sparrow::timestamp>()[i] = sparrow::timestamp(
date::locate_zone("America/New_York"),
date::sys_days(date::year(1970) / date::January / date::day(1)) + date::days(i)
);
}
Expand Down

0 comments on commit fd12970

Please sign in to comment.