Ticket #3729: extfs: hp48: fix date format.
commitc91476ac4a4633ef4a72cf1e6727bf8c7f82dd3a
authorMooffie <mooffie@gmail.com>
Mon, 12 Dec 2016 23:05:55 +0000 (13 01:05 +0200)
committerYury V. Zaytsev <yury@shurup.com>
Sun, 25 Dec 2016 06:06:23 +0000 (25 10:06 +0400)
treee2e68b72f8fc398735d3fac495200d4ccfec5c49
parent019ab5c012e28eb0f1349951668cbac3a597354d
Ticket #3729: extfs: hp48: fix date format.

Use "MM-DD-YYYY hh:mm" instead of "Mon DD YYYY hh:mm".

Note: we assign to $NOW at the top-level, not inside hp48_parser(), because the
communication is slow and we don't want each recursive call to hp48_parser() to
potentially print a different time.
src/vfs/extfs/helpers/hp48+.in