Opened 4 days ago

Last modified 4 days ago

#401 new defect

mlsys_parse_text_ uses an old convention for handling 2-digit years

Reported by: Eric Swenson Owned by: Eric Swenson
Priority: major Milestone: MR12.9
Component: Standard Library Version: MR12.5
Keywords: Cc:

Description

mlsys_parse_text_, when parsing the email envelopes (headers), uses an old convention when encountering 2-digit years to convert to 4-digit years. It simply adds 1900 to the 2-digit year. These days, the better convention is to check for years less than 50, and for those, to add 2000, otherwise 1900.

Change History (1)

Note: See TracTickets for help on using tickets.