commit/galaxy-central: guerler: Merge
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/784f02de9eff/ Changeset: 784f02de9eff User: guerler Date: 2014-02-13 17:27:25 Summary: Merge Affected #: 1 file diff -r 75a8d88ba72893daaf27e57d496ca799c20df0b9 -r 784f02de9effb43eafa84b5253af62091e6f2f36 lib/galaxy/webapps/reports/controllers/jobs.py --- a/lib/galaxy/webapps/reports/controllers/jobs.py +++ b/lib/galaxy/webapps/reports/controllers/jobs.py @@ -29,7 +29,7 @@ return job.tool_id class CreateTimeColumn( grids.DateTimeColumn ): def get_value( self, trans, grid, job ): - return job.create_time.isoformat() + return job.create_time.strftime("%b %d, %Y, %H:%M:%S") class UserColumn( grids.GridColumn ): def get_value( self, trans, grid, job ): if job.user: Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org