You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 16, 2020. It is now read-only.
The Time Field on the Hacknight form and subsequent front end seems to have an error. When a time is set on the page to, say 10:30 am, it displays it as 2:00 pm.
Solution: The time entered on the form should be the time displayed. To future proof it we can also include a field that specifies timezone, GMT, IST etc.
The text was updated successfully, but these errors were encountered:
The field is already timezone aware -- it picks up timezone from the venue. We have either (a) changed the venue's timezone to somewhere else or (b) somehow broken previously working code.
The Time Field on the Hacknight form and subsequent front end seems to have an error. When a time is set on the page to, say 10:30 am, it displays it as 2:00 pm.
Solution: The time entered on the form should be the time displayed. To future proof it we can also include a field that specifies timezone, GMT, IST etc.
The text was updated successfully, but these errors were encountered: