fixes 5 problems with timezones:
1) fixes dateutil.tz.tz import bug that occurs when you download a project on windows with the wrong version of dateutil (ughhh!)
2) makes timezones consistent across FE and BE (before they had different methods & used different timezones)
3) fixes problem whereby newly uploaded projects had a different date format than existing ones (refreshes the table of projects to fix this)
4) makes the rendering of the date look a little nicer (i think)
5) don't erase project creation time for uploaded projects
@robynstuart please review, it's running on sandbox
fixes 5 problems with timezones: 1) fixes
dateutil.tz.tz
import bug that occurs when you download a project on windows with the wrong version ofdateutil
(ughhh!) 2) makes timezones consistent across FE and BE (before they had different methods & used different timezones) 3) fixes problem whereby newly uploaded projects had a different date format than existing ones (refreshes the table of projects to fix this) 4) makes the rendering of the date look a little nicer (i think) 5) don't erase project creation time for uploaded projects@robynstuart please review, it's running on sandbox