DevSpaceHuntsville / WebsiteAndApi

This is the repo for the current website for the DevSpace Technical Conference in Huntsville, Alabama. There was a major architechure change from last year, so I archived the previous websaite and started fresh.
MIT License
10 stars 12 forks source link

DisplayDateTime for sessions is current time. #60

Closed dannagle closed 6 years ago

dannagle commented 6 years ago

Viewing sessions displays the current time as the session time: https://www.devspaceconf.com/sessions.html

Bug is in the DisplayDateTime variable. StartTime is null, which is correct. https://www.devspaceconf.com/api/v1/session

freestylecoder commented 6 years ago

PR #61 fixes this