Subject: | Inaccurate parsing of seconds. |
The seconds value appears to be taken from the current time - except
when a specific named time (midnight, noon, morning, afternoon, evening)
is encountered.
This is at best undesirable. Is it possible to add a configuration
option to switch between 'relative to now' and 'relative to some fixed
time' (e.g. midnight), so that I don't have to tromp over the parsed
seconds value?
This probably wouldn't be such a problem if ::Lang::EN could handle
things like '2008/11/27 3:20:00' (which, bizarrely, is parsed to
'2008-11-27T15:53:58') on my machine.
Also, '3:20pm' parses to '15:45:52', but '3:20 pm' to '15:20:54'.