You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We encounter a lot of interpretation errors at the end of the month because of human errors in TAC bulletins.
On a 30 day month, sometime the operator fill the dates with 31.
Example : on 30st of September a bulletin is issued with date 311000. Actually meaning the 1st of October.
Depending on the reference condition we use to rebuild the completed date, we can end up with a date one month early or one month late. The code will shift again for one month because 31st of September is not a valid date.
Proposal :
Add a ReferenceCondition that allows invalid date to be interpreted by adding x days to the start of the month, instead of setting the day field with the given value.
Add 31 days to 1of September -> 1st of October.
The text was updated successfully, but these errors were encountered:
We encounter a lot of interpretation errors at the end of the month because of human errors in TAC bulletins.
On a 30 day month, sometime the operator fill the dates with 31.
Example : on 30st of September a bulletin is issued with date
311000
. Actually meaning the 1st of October.Depending on the reference condition we use to rebuild the completed date, we can end up with a date one month early or one month late. The code will shift again for one month because 31st of September is not a valid date.
Proposal :
Add a ReferenceCondition that allows invalid date to be interpreted by adding
x
days to the start of the month, instead of setting the day field with the given value.Add 31 days to 1of September -> 1st of October.
The text was updated successfully, but these errors were encountered: