From 270a348496ee4d001e3dc3776a67e8376ff40674 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sun, 15 Nov 2020 09:17:57 +0300 Subject: feat: append timezone mark to date --- src/containers/BsuFantomSection/EventForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/containers/BsuFantomSection/EventForm.tsx') diff --git a/src/containers/BsuFantomSection/EventForm.tsx b/src/containers/BsuFantomSection/EventForm.tsx index beb94fd..d92ad44 100644 --- a/src/containers/BsuFantomSection/EventForm.tsx +++ b/src/containers/BsuFantomSection/EventForm.tsx @@ -21,7 +21,7 @@ const EventForm: React.FC = ({ mutate }) => { if (date && conferenceId) { const event: Event["data"] = { name, - date, + date: date + ' +03:00', attendanceId, conferenceId, participants: [] -- cgit v1.2.3