Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-418: Update copyright tags #67

Merged
merged 6 commits into from
Nov 5, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
GH-418: Updated daemon_and_node_modes_version_call to 2021/12/31
  • Loading branch information
FinsaasGH authored and FinsaasGH committed Nov 4, 2021
commit 1e7f1090067a526f56fe7d3aeb80f7d307e2008a
2 changes: 1 addition & 1 deletion node/src/run_modes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ parm2 - msg2\n"
use chrono::offset::Utc;
use chrono::NaiveDate;
//this line here makes us aware that this issue is still unresolved; you may want to set this date more forward if we still cannot answer this
if Utc::today().and_hms(0, 0, 0).naive_utc().date() >= NaiveDate::from_ymd(2021, 10, 30) {
if Utc::today().and_hms(0, 0, 0).naive_utc().date() >= NaiveDate::from_ymd(2021, 12, 31) {
let subject = RunModes::new();
let mut daemon_v_holder = FakeStreamHolder::new();
let mut node_v_holder = FakeStreamHolder::new();
Expand Down