From 3e9d3b3437f2d63a47f9c962ba9187c5ef692328 Mon Sep 17 00:00:00 2001 From: Alban Gruin Date: Wed, 30 Dec 2020 17:40:57 +0100 Subject: ics: print the timezone name in the ICS file Add the correct timezone in generated ICS files. The timezone is fetched from /etc/timezone. Even though this is not standard, if a tool needs it, it should be able to understand it correctly. Signed-off-by: Alban Gruin --- src/ics.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ics.mli') diff --git a/src/ics.mli b/src/ics.mli index 219f851..a4cbbd6 100644 --- a/src/ics.mli +++ b/src/ics.mli @@ -26,4 +26,4 @@ end type t val make : Event.t list -> t -val to_string : t -> string +val to_string : string -> t -> string -- cgit v1.2.1