add a function to get the timestamp of the last provider-db update

This commit is contained in:
B. Petersen
2020-09-10 18:30:10 +02:00
parent f8d7242079
commit 277bbfaead
3 changed files with 31 additions and 2 deletions

View File

@@ -807,4 +807,6 @@ lazy_static::lazy_static! {
("narod.ru", &*P_YANDEX_RU),
("ziggo.nl", &*P_ZIGGO_NL),
].iter().copied().collect();
pub static ref PROVIDER_UPDATED: chrono::NaiveDate = chrono::NaiveDate::from_ymd(2020, 9, 19);
}