kristianfreeman / roam-backup

Automated Roam Research backups using GitHub Actions and AWS S3
MIT License
82 stars 53 forks source link

Mismatch in the time-zone of backup script and the user time zone leads to creation of new daily page earlier then expected #11

Open Stvad opened 4 years ago

Stvad commented 4 years ago

Daily page is created when Roam is opened with a browser where that day has started. That leads for people who are in the later time-zone for daily pages to be created earlier then they expect it.

I think a solution can be the latest (utc+12?) timezone possible for the browser used here

Stvad commented 4 years ago

have provisional fix for this in my fork