-
-
Notifications
You must be signed in to change notification settings - Fork 975
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Twitter - Setting UTC offset to match local time in filename #2736
Comments
to apply a UTC offset to 'date' values and other datetime objects
Not with the current release. I've added a new format string option in 90ae48c, with which you can apply the local UTC offset ( |
Thanks a ton for the addition! I tested it and it works great, but is there a way to use your own date format? Something like %Y%m%d_%I%M%S? Im getting: [twitter][error] FilenameFormatError: Applying filename format string failed (ValueError: invalid literal for int() with base 10: ', %Y%m%d_%I%M%S') |
You use a forward slash |
You are awesome! Thanks for all the work you have put into Gallery-DL! |
Is there a way to add an offset to the twitter created date? Ive been using another program to download twitter media and it was set to use local time in the filename. I want to transition into using a CLI method of downloading images. How can i set Gallery-DL to use local time (or an offset) so i can pick up where i left off with my last program?
The text was updated successfully, but these errors were encountered: