aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2020-11-15 09:17:57 +0300
committereug-vs <eug-vs@keemail.me>2020-11-15 09:51:32 +0300
commit270a348496ee4d001e3dc3776a67e8376ff40674 (patch)
tree766fc302c29a4c9ece7010a4943e5c8c04eb1ab1
parentff4196b57cc2a167eda392908ec214732b9f06fd (diff)
downloadfamcs-kit-270a348496ee4d001e3dc3776a67e8376ff40674.tar.gz
feat: append timezone mark to date
-rw-r--r--src/containers/BsuFantomSection/EventForm.tsx2
1 files changed, 1 insertions, 1 deletions
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<PropTypes> = ({ mutate }) => {
if (date && conferenceId) {
const event: Event["data"] = {
name,
- date,
+ date: date + ' +03:00',
attendanceId,
conferenceId,
participants: []