sintonia/widgets
Yuchen Wang 86729475f6 CC-3067: Shows in frontend widgets appear on the wrong day after changing timezone
- Converting times to UTC timezone in ApiController before sending them to model functions

- Added utility functions in DateHelper.php

- GetShowsByDayOfWeek has been removed due to bugs caused by using local timezone
based variable like $day, which represents day of the week in local time, in db query,
which has times saved in UTC timezone. Converting stuff like day of the week from local
to UTC is messy. GetNextShows(...) can do the job so WeekInfoAction now uses it instead
2011-11-21 18:03:56 -05:00
..
css Added widgets directory with CSS 2011-06-28 16:47:48 -04:00
js CC-3067: Shows in frontend widgets appear on the wrong day after changing timezone 2011-11-21 18:03:56 -05:00
sample_page.html CC-2570 : Widget text labels are switched, cannot be adjusted by user in current examples 2011-07-21 12:41:50 +02:00
widget_schedule.html Added widgets directory with CSS 2011-06-28 16:47:48 -04:00
widgets.html Added widgets directory with CSS 2011-06-28 16:47:48 -04:00