-
-
Notifications
You must be signed in to change notification settings - Fork 751
Handle out of range year in Duration converter #906
Copy link
Copy link
Closed
Labels
a: backendRelated to internal functionality and utilities (error_handler, logging, security, utils and core)Related to internal functionality and utilities (error_handler, logging, security, utils and core)p: 2 - normalNormal PriorityNormal Prioritys: WIPWork In ProgressWork In Progresst: bugSomething isn't workingSomething isn't working
Metadata
Metadata
Assignees
Labels
a: backendRelated to internal functionality and utilities (error_handler, logging, security, utils and core)Related to internal functionality and utilities (error_handler, logging, security, utils and core)p: 2 - normalNormal PriorityNormal Prioritys: WIPWork In ProgressWork In Progresst: bugSomething isn't workingSomething isn't working
Type
Fields
Give feedbackNo fields configured for issues without a type.
Sentry Issue: BOT-39
As documented here, it has to be
MINYEAR <= year <= MAXYEARwhich is effectively1 <= year <= 9999