Replies: 14 comments
-
|
queue time: that is when it was added to the queue, the job may not start right away depending on how many slots are available |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Thanks for reporting this. There were two issues here: 1. Job list was showing queue time instead of completion time The Status tab's recent jobs list was displaying 2. Time may appear wrong if your timezone isn't set BBS stores all timestamps in UTC and converts them to your local timezone for display. If the time looks off, check your timezone setting: Profile (top-right menu) → Timezone dropdown → select your timezone and save. We also just added a 24-hour time format option in the same profile page if you prefer that over the AM/PM format. |
Beta Was this translation helpful? Give feedback.
-
|
Follow-up: I see your timezone is set correctly to Europe/Prague. The time discrepancy was not a timezone issue — it was because the Status tab was displaying the queued_at time instead of the completed_at time for finished jobs. Since jobs can sit in the queue briefly before running, the queued time is always a bit earlier than completion. This has been fixed — the job list now shows the completion time for finished jobs. The fix is available now if you update your server. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
We found the root cause of the duration issue. On servers where PHP's timezone differs from MySQL's (e.g. PHP set to Fixed in v2.20.1 by using MySQL's Additionally, the 24-hour time format conversion was missing the Timezones were added after the application was built and finding all the instances have taken a great deal of time to fix. Thanks for reporting it. It may not show up on that old log entry, you probably have to wait for the next one to see the time correctred. |
Beta Was this translation helpful? Give feedback.
-
|
It's still not right. The backup started at 6:21:19 and finished at 6:22:50. I can see in the log that it wasn't complete until two hours later. So the time is still off by two hours. |
Beta Was this translation helpful? Give feedback.
-
|
Found the deeper issue. The previous fix only addressed the duration calculation, but The fix: we now force This will be in the next release. To update, go to Settings > Updates or pull the latest Docker image. |
Beta Was this translation helpful? Give feedback.
-
|
Thank you. I updated to the new version, but the time correction didn't work. I started the job at 6:07:19, but it shows 8:07:19. |
Beta Was this translation helpful? Give feedback.
-
|
In addition, I checked the server log and found an incorrect time there as well. Job 385, which I mentioned above, is shown as two hours earlier in the server log.
|
Beta Was this translation helpful? Give feedback.
-
|
Found the remaining issue — MySQL itself was also using the server's local timezone. Our previous fix only forced PHP to UTC, but MySQL's The fix: every MySQL connection now runs This fix is in the latest code. To update:
New jobs after updating will show correct times. Old timestamps in the database may still be off by your timezone offset — those were written before the fix. |
Beta Was this translation helpful? Give feedback.
-
|
v2.22.1 is now released with the complete timezone fix — both PHP and MySQL are now forced to UTC on every request and connection. We believe this fully squashes the time display issues, but please let us know if you still see incorrect times after updating. New jobs should show correct times immediately; old timestamps in the database from before the fix may still be off. To update:
Thanks for your patience reporting this — it took a few rounds to catch every layer. |
Beta Was this translation helpful? Give feedback.
-
|
Thank you for the corrections. Everything looks fine now. But the time in the system log is still off by two hours. root@backup:/var/log# cat bbs-scheduler.log |
Beta Was this translation helpful? Give feedback.
-
|
Moving to issues. system log off by 2 hours, checking it. |
Beta Was this translation helpful? Give feedback.






Uh oh!
There was an error while loading. Please reload this page.
-
Why does the log show the queue time? Shouldn't it show the start or end time instead? And why is the queue time different?


Beta Was this translation helpful? Give feedback.
All reactions