Open gsksivesh opened 5 years ago
Comment by thieman Friday Jan 31, 2014 at 13:16 GMT
@extrinsicmedia The Cron entry gets interpreted as a local time on the server running Dagobah. The frontend then takes the UTC representation of that time and shows it to you in your browser's timezone. My guess is that your server and your browser are about half a world away from each other. Am I close?
Comment by extrinsicmedia Friday Jan 31, 2014 at 16:29 GMT
@thieman I'm testing locally so they're both on the same machine. Possible that the Cron entry is getting interpreted from UTC 0?
Comment by thieman Friday Jan 31, 2014 at 16:34 GMT
Hmm, yeah maybe something is getting converted where it shouldn't. I testing servers running UTC, so it'd make sense if I missed something. Will check it out, thanks.
Comment by thieman Saturday Feb 08, 2014 at 14:42 GMT
Comment by thieman Thursday May 08, 2014 at 18:26 GMT
I think I wrote a fix for this like two months ago. I'll actually get off my ass and try to merge it this weekend.
Comment by gardinerd Thursday May 08, 2014 at 19:06 GMT
I ran into this issue as well while running on a server set to EDT. Happy to help test this out further.
Comment by thieman Thursday May 08, 2014 at 19:07 GMT
@creator11 This is my work-in-progress branch if you'd like to give it a go: https://github.com/thieman/dagobah/tree/tnt-fix-cron-format
Thanks for the assist!
Comment by gardinerd Thursday May 08, 2014 at 19:10 GMT
Thanks I'll give it a go through a QA regression.
Issue by extrinsicmedia Friday Jan 31, 2014 at 06:20 GMT Originally opened as https://github.com/thieman/dagobah/issues/46
The 'Cron Schedule String' entry: 00 22 * * *
is evaluating 'Next Scheduled Run' as: January 31 2014 2:00 PM
but I think this should be: January 30 2014 11:00 PM