summaryrefslogtreecommitdiff
path: root/routes.js
diff options
context:
space:
mode:
authorRaphael Kabo <raphael@Raphaels-MacBook-Pro.local>2019-08-01 18:22:08 +0100
committerRaphael Kabo <raphael@Raphaels-MacBook-Pro.local>2019-08-01 18:22:08 +0100
commitcc6ac96df25c909ec2a256b0a81fe91ce30ce0ce (patch)
tree8292704898981f1ee0781c9f5335ece8641aecc5 /routes.js
parentb9334880c7b2e2993f5ffafd25977d57b596f386 (diff)
Frontend timezone selection functionality
Diffstat (limited to 'routes.js')
-rwxr-xr-xroutes.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/routes.js b/routes.js
index cec2595..e394a61 100755
--- a/routes.js
+++ b/routes.js
@@ -243,6 +243,7 @@ router.post('/newevent', (req, res) => {
location: req.body.eventLocation,
start: req.body.eventStart,
end: req.body.eventEnd,
+ timezone: req.body.timezone,
description: req.body.eventDescription,
image: eventImageFilename,
creatorEmail: req.body.creatorEmail,