From 9ce086096c93ac6d7edb678ad9be5f32b06165f8 Mon Sep 17 00:00:00 2001 From: Alexis Choupault Date: Tue, 11 Feb 2025 17:50:57 +0100 Subject: [PATCH] update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5574b31..505399e 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,9 @@ Eventide provides a easy-to-use flutter interface to access & modify native devi :white_check_mark: | Custom exceptions :construction: | Recurring events :construction: | Attendees +:construction: | Streams -NOTE: Eventide handles timezones as UTC. It's up to the developer to make sure he sends the right data with a [timezone aware DateTime class](https://pub.dev/packages/timezone). +NOTE: Eventide handles timezones as UTC. It's up to you to make sure he sends the right data with a [timezone aware DateTime class](https://pub.dev/packages/timezone). ---