netinvent / npbackup

A secure and efficient file backup solution that fits both system administrators (CLI) and end users (GUI)
GNU General Public License v3.0
141 stars 5 forks source link

Version 3 alpha3 not parsing date in negative timezone #53

Closed markft closed 3 months ago

markft commented 3 months ago

The npbackup/npbackup/gui/main.py line 547

r"[0-9]{4}-[0-1][0-9]-[0-3][0-9]T[0-2][0-9]:[0-5][0-9]:[0-5][0-9]..*+[0-2][0-9]:[0-9]{2}",

This + needs to be + or - I'm in EST which is -04:00

deajan commented 3 months ago

Good catch, fixed in https://github.com/netinvent/npbackup/commit/dd4c6bec7183a85628e4f0eac6a0d74f84e31d06

Thanks.