Skip to content
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

Version 3 alpha3 not parsing date in negative timezone #53

Closed
markft opened this issue Mar 28, 2024 · 1 comment
Closed

Version 3 alpha3 not parsing date in negative timezone #53

markft opened this issue Mar 28, 2024 · 1 comment

Comments

@markft
Copy link

markft commented Mar 28, 2024

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
Copy link
Contributor

deajan commented Mar 28, 2024

Good catch, fixed in dd4c6be

Thanks.

@deajan deajan closed this as completed Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants