From f4d8b1a521c567ccc8e2470299287b063e0d5926 Mon Sep 17 00:00:00 2001 From: Till Hoeppner Date: Fri, 12 Jun 2015 00:00:27 +0200 Subject: Add semi-proper conversion --- src/context.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/context.rs') diff --git a/src/context.rs b/src/context.rs index 6626714..1793361 100644 --- a/src/context.rs +++ b/src/context.rs @@ -4,5 +4,6 @@ use chrono::offset::fixed::FixedOffset; pub struct Context { pub timezone: FixedOffset, - pub override_date: NaiveDate + pub override_date: Option, + pub channel: Option } -- cgit v1.2.3