Contests can now be run for a predefined period - #18
Conversation
There was a problem hiding this comment.
I am a bit unsure about this. Is it really necessary to set a timezone (because then we would be dependent on this Asia/Kolkata timezone only). If the timezone is not required for this to work, its great - otherwise can you get the default timezone of the server rather then setting it to Asia/Kolkata?
|
Hey! Great work, this should be good to merge, just take a look at the line that I have commented on. That should do it. 😄 |
|
Should i set it to utc? That way, it would be more universal. |
|
Then the time will have to entered in UTC format in the admin page right? If it is so, then please change it to UTC and also put a message on the admin page, at the time entry field mentioning it should be in the UTC format. |
|
yes.. okay.. |
Contests can now be run for a predefined period
|
a bug fix : cf6fd38 |
Start and end times of contest can be given so that admin doesn't have to worry about ending the contest manually or problems seen by users before the start time of contest. Addresses #13.