mick-t / django-tasks

Automatically exported from code.google.com/p/django-tasks
2 stars 0 forks source link

Use ISO UTC time stamps for logs #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The time stamps in logs are :
Run a successful task finished successfully on Aug. 8, 2010 at 9:33 a.m
We should rather use ISO UTC time stamps.

Original issue reported on code.google.com by pombreda...@gmail.com on 8 Aug 2010 at 3:34

GoogleCodeExporter commented 9 years ago
I'm not completely convinced. the log is supposed to be plain english, so the 
date time should be displayed in plain english. Also, in most cases, you would 
want to see the results in your timezone, not in UTC. However, I agree that the 
output should include the timezone information.

Original comment by farial...@gmail.com on 23 Sep 2010 at 1:44

GoogleCodeExporter commented 9 years ago
Timezone information added in 
http://code.google.com/p/django-tasks/source/detail?r=43

Original comment by thomas.d...@gmail.com on 22 Jan 2011 at 1:38

GoogleCodeExporter commented 9 years ago
Thanks Tom !

Original comment by farial...@gmail.com on 22 Jan 2011 at 7:34