rvojcik / gitlab-project-export

Simple python project for exporting GitLab projects with Export Project funkcionality in GitLab API. Import of exported projects is also supported
GNU General Public License v3.0
104 stars 39 forks source link

support for time options in backup file name #18

Closed HemanthD closed 3 years ago

HemanthD commented 3 years ago

Currently only the date options (Ymd) are being supported in the {TIME} placeholder as the code uses only the date object. Extended it to support the time option (HMS) by switching to datetime object. (Also, made a few cosmetic corrections to the config example)

rvojcik commented 3 years ago

Hi @HemanthD , it looks great !

Thank you much for your contribution