Closed cfaessler closed 10 years ago
Time format is already in UTC, @dbrgn can you confirm this? @dbrgn can you please review, thx
Time format is already in UTC, @dbrgn can you confirm this?
Actually the time format is in localtime, which is what you probably meant to say :)
Database:
In [13]: Session.objects.get(pk=327).time
Out[13]: datetime.datetime(2013, 10, 14, 21, 2, 31, tzinfo=<UTC>)
The rendered time correctly displays Oct 14 23:02:31 2013
.
Review done.
What about it now?
Looks good now. I wonder whether we could aggregate the different roles of the same entity, so it doesn't get listed three times.
Ping back @dbrgn
Squash & merge!