self-host icon indicating copy to clipboard operation
self-host copied to clipboard

backup files creation times

Open roblatour opened this issue 1 year ago • 2 comments

Self hosted backup files are being created with a file name which includes the UTC date and time as part of the filename itself, but with a file timestamp (modified time) based on Local time.

This is confusing, and should be corrected. Especially as it may be assumed that the backups are being taken at the local time shown in the filename, when in fact they are not. Additionally, one would assume the backups would be taken at midnight, but in fact they are being taken at midnight UTC which may be quite unexpected in many cases.

Also, some backup files are being created just one minute after the previous backup, while others are created one day after the previous backup. Again, confusing. One backup every 24 hours is what I would suspect most people would assume should happen.

Please see the screen shot below:

ss

While the above is a bug report, it is related to the following feature request: https://community.bitwarden.com/t/feature-request-self-hosting-respect-for-local-time-zone/53130

roblatour avatar Apr 13 '23 15:04 roblatour

Hi there,

I am unable to reproduce this issue, it has been escalated for further investigation. If you have more information that can help us, please add it below.

Thanks!

Neonwarden avatar Apr 13 '23 19:04 Neonwarden

ok - some further information that may help ...

Bitwarden is running on a Windows 11 server in my home as a self-hosted instance on Docker.

I am in the North American Eastern Time Zone. Currently the time zone offset is the Coordinated Universal Time (UTC) -5, in other words 5 hours behind the UTC. For more information please see: https://www.timeanddate.com/time/zones/edt

roblatour avatar Apr 13 '23 21:04 roblatour