Re: [PATCH] strptime: fix am/pm converting to 24-hour system
Corinna Vinschen <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
Hi Alexey, On Feb 20 18:51, Alexey Lapshin wrote: > Fix the issue of parsing 08:00AM, which currently gives a 20:00 representation. > > --- > newlib/libc/time/strptime.c | 11 ++++++----- > 1 file changed, 6 insertions(+), 5 deletions(-) Pushed, thank you! Corinna