This repository was archived by the owner on Feb 16, 2023. It is now read-only.
Created date is not saving into filename correctly? bug? #599
Unanswered
BlankSlate56
asked this question in
Support
Replies: 1 comment 1 reply
-
Probably something related to timezones as well... This is a continuation project and honestly, I have no idea why they decided to store both date and time for this field in the database; and also enable timezone support for that matter. This is causing all that trouble now. Storing just the date in the database should have been enough, but now it's pretty hard to change that. I'll look into this. What's your time zone? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I just noticed that my Paperless_filename_format variable is not saving my filenames correctly. Below is my variable

As stated in other threads, I have been manually updating the Created date when necessary. I just noticed in my saved files in the paperless output that the date in the file resulting from the filename variable is actually 1 day later than what the created date says. In the pics below, I have entered and saved the Created date as 12/01/2020, but it is saving the date in the filename as 12/02/2020. Why is this?
Created date in paperless: 12/01/2020

Saved Filename: 12/02/2020

Beta Was this translation helpful? Give feedback.
All reactions