Skip to content

Commit

Permalink
chore: turn of testing outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
dpriedel committed Mar 15, 2022
1 parent 2ca2395 commit 3a50680
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utilities.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ US_MarketStatus GetUS_MarketStatus (std::string_view local_time_zone_name, date:
const auto users_local_time = date::zoned_seconds(local_time_zone_name, a_time);
const auto time_in_US = date::zoned_seconds("America/New_York", users_local_time);

std::cout << "current user's local time: " << users_local_time << '\n';
std::cout << "current user's time in US: " << time_in_US << '\n';
// std::cout << "current user's local time: " << users_local_time << '\n';
// std::cout << "current user's time in US: " << time_in_US << '\n';

const date::year_month_day today_in_US{floor<std::chrono::days>(time_in_US.get_local_time())};

Expand Down

0 comments on commit 3a50680

Please sign in to comment.