-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Description
Describe the bug
In my dev environment if I go to /admin/jobs and search for jobs using time cutoff all will have 120 minutes subtracted from their finish time i.e. if the job finished 2 minutes ago I will only see it if there is 122 entered in the cutoff. This is possibly caused during the timezone calculation since jobs use UTC?
I just checked and this seems to work fine on usegalaxy.org so possibly somehow related to my dev setup?
Galaxy Version and/or server at which you observed the bug
dev
Expected behavior
As a user I do not care what timezone the jobs are stored with, I want to see the cutoff applied to my current time I think.