Re: incorrect date, due to upper case month?
Harvey Eneman <[email protected]>
| Newsgroups | gmane.mail.exmh.user |
|---|---|
| Message-ID | <[email protected]> |
I resolved the same issue a few years ago with the attached nmh dtimep.lex patch. Regards, Harv _______________________________________________ Exmh-users mailing list [email protected] https://www.redhat.com/mailman/listinfo/exmh-users
dtimep.fix
(text/plain, 1.6 KB)
*** sbr/dtimep.lex.orig 2008-06-02 11:19:00.000000000 -0700
--- sbr/dtimep.lex 2006-06-22 19:38:11.000000000 -0700
***************
*** 179,206 ****
#endif /* ADJUST_NUMERIC_ONLY_TZ_OFFSETS_WRT_DST */
%}
! sun ([Ss]un(day)?)
! mon ([Mm]on(day)?)
! tue ([Tt]ue(sday)?)
! wed ([Ww]ed(nesday)?)
! thu ([Tt]hu(rsday)?)
! fri ([Ff]ri(day)?)
! sat ([Ss]at(urday)?)
DAY ({sun}|{mon}|{tue}|{wed}|{thu}|{fri}|{sat})
! jan ([Jj]an(uary)?)
! feb ([Ff]eb(ruary)?)
! mar ([Mm]ar(ch)?)
! apr ([Aa]pr(il)?)
! may ([Mm]ay)
! jun ([Jj]un(e)?)
! jul ([Jj]ul(y)?)
! aug ([Aa]ug(ust)?)
! sep ([Ss]ep(tember)?)
! oct ([Oo]ct(ober)?)
! nov ([Nn]ov(ember)?)
! dec ([Dd]ec(ember)?)
MONTH ({jan}|{feb}|{mar}|{apr}|{may}|{jun}|{jul}|{aug}|{sep}|{oct}|{nov}|{dec})
--- 179,206 ----
#endif /* ADJUST_NUMERIC_ONLY_TZ_OFFSETS_WRT_DST */
%}
! sun (([Ss]un(day)?)|(SUN(DAY)?))
! mon (([Mm]on(day)?)|(MON(DAY)?))
! tue (([Tt]ue(sday)?)|(TUE(SDAY)?))
! wed (([Ww]ed(nesday)?)|(WED(NESDAY)?))
! thu (([Tt]hu(rsday)?)|(THU(RSDAY)?))
! fri (([Ff]ri(day)?)|(FRI(DAY)?))
! sat (([Ss]at(urday)?)|(SAT(URDAY)?))
DAY ({sun}|{mon}|{tue}|{wed}|{thu}|{fri}|{sat})
! jan (([Jj]an(uary)?)|(JAN(UARY)?))
! feb (([Ff]eb(ruary)?)|(FEB(RUARY)?))
! mar (([Mm]ar(ch)?)|(MAR(CH)?))
! apr (([Aa]pr(il)?)|(APR(IL)?))
! may (([Mm]ay)|(MAY))
! jun (([Jj]un(e)?)|(JUN(E)?))
! jul (([Jj]ul(y)?)|(JUL(Y)?))
! aug (([Aa]ug(ust)?)|(AUG(UST)?))
! sep (([Ss]ep(tember)?)|(SEP(TEMPER)?))
! oct (([Oo]ct(ober)?)|(OCT(OBER)?))
! nov (([Nn]ov(ember)?)|(NOV(EMBER)?))
! dec (([Dd]ec(ember)?)|(DEC(EMBER)?))
MONTH ({jan}|{feb}|{mar}|{apr}|{may}|{jun}|{jul}|{aug}|{sep}|{oct}|{nov}|{dec})
(unnamed)
(message/rfc822, 4.4 KB) - not displayed
signature.asc
(application/pgp-signature, 225 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (Darwin) Comment: Exmh version 2.7.2 01/07/2005 iD8DBQFLjDFKJWLrSYxEfJMRApkWAJ9ubKMMo6TooWHiJo9tLDl5oguMYACg3ka3 EBxbLh4LnqbMTFTzCHk4SpQ= =6iUM -----END PGP SIGNATURE-----