aboutsummaryrefslogtreecommitdiff
path: root/src/models/properties.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/models/properties.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/models/properties.rs b/src/models/properties.rs
index 0a2ed97..948a0a0 100644
--- a/src/models/properties.rs
+++ b/src/models/properties.rs
@@ -206,6 +206,7 @@ pub enum DateOrDateTime {
pub struct DateValue {
pub start: DateOrDateTime,
pub end: Option<DateOrDateTime>,
+ pub time_zone: Option<String>
}
/// Formula property value objects represent the result of evaluating a formula