add UTC time to registration end date

This commit is contained in:
Brian Wilson
2013-01-24 01:18:10 -05:00
parent abcc5c0204
commit 0cb5f101ae
2 changed files with 2 additions and 2 deletions

View File

@@ -655,7 +655,7 @@ class CourseDescriptor(SequenceDescriptor):
@property
def registration_end_date_text(self):
return time.strftime("%b %d, %Y", self.registration_end_date)
return time.strftime("%b %d, %Y at %H:%M UTC", self.registration_end_date)
@property
def current_test_center_exam(self):