Adding in inherited environment variables to local executor
This commit is contained in:
parent
4ba2a3aa26
commit
1746470367
@@ -18,6 +18,10 @@ impl DerefMut for VarMap {
|
||||
}
|
||||
|
||||
impl VarMap {
|
||||
pub fn new() -> Self {
|
||||
VarMap(HashMap::new())
|
||||
}
|
||||
|
||||
// Derive variables from a given interval
|
||||
pub fn from_interval(int: &Interval, tz: Tz) -> Self {
|
||||
let start = int.start.with_timezone(&tz);
|
||||
|
||||
Reference in New Issue
Block a user