Getting users timezone on client side and passing it to server side within POST (on challenge complete), showing users stats with users timezone

After CR
This commit is contained in:
JelenaBarinova
2016-01-19 21:11:20 -05:00
parent e02d9d4039
commit 29f93df1bb
12 changed files with 179 additions and 109 deletions

View File

@@ -173,6 +173,9 @@
},
"tshirtVote": {
"type": "number"
},
"timezone": {
"type": "string"
}
},
"validations": [],