jchronic icon indicating copy to clipboard operation
jchronic copied to clipboard

Negative timezones aren't supported

Open denevell opened this issue 11 years ago • 1 comments

Using the code

 Span d = Chronic.parse(date); 

With date referring to the examples below.

This doesn't parse (the variable d above returns null):

 2012-11-18 12:44:11 -0500

It seems the negative timezone is making the library fail.

When you remove "-0500" it does parse.

Can we please support negative timezones?

denevell avatar Mar 07 '13 22:03 denevell

sounds like not fixed. Is it ?

PurpleCatfish avatar Aug 26 '21 20:08 PurpleCatfish