pfg 99efb6c39e MFC r267627:
strptime: add support for %t and %n

Posix strptime() requires support for %t and %n, which were added
to the illumos port.  Curiously we were skipping white spaces by
default in most other cases making %t meaningless.

We now skip spaces in the case of the %e specifier as strftime(3)
explicitly adds a space for the single digit case.

Reference:
http://pubs.opengroup.org/onlinepubs/009695399/functions/strptime.html

PR:		173421
Obtained from:	Illumos (Rev. a11c1571b6942161b0186d0588609448066892c2)
2014-06-30 14:52:40 +00:00
..
2013-11-06 23:59:19 +00:00
2014-06-27 09:11:24 +00:00
2014-06-20 07:32:03 +00:00
2014-05-05 14:50:53 +00:00
2014-06-25 17:10:26 +00:00
2014-04-23 12:11:14 +00:00
2013-07-28 18:44:17 +00:00
2013-07-28 18:44:17 +00:00
2014-05-09 01:20:39 +00:00
2014-05-16 15:48:45 +00:00
2014-03-26 07:31:57 +00:00
2014-03-10 00:53:37 +00:00
2014-06-30 14:52:40 +00:00
2014-06-14 02:57:40 +00:00
2014-06-26 08:30:08 +00:00
2014-02-04 03:36:42 +00:00
2013-11-29 19:44:30 +00:00