cljs-time icon indicating copy to clipboard operation
cljs-time copied to clipboard

Dropped support for more second fraction decimals?

Open perkola opened this issue 8 years ago • 2 comments

Hi,

Since version 0.4.0 the support for five decimals in the seconds fraction seems to have disappeared. The custom formatters only support three decimals now through SSS. Is this intentional? Would it be possible to allow any number of decimals for the fraction?

(This might be related to #127)

perkola avatar Apr 04 '18 14:04 perkola

Hi we have this problem with times coming out of our Postgres database as the following 2019-03-19T09:04:15.071696+00:00 and format/parse can't parse this

stumitchell avatar Mar 20 '19 20:03 stumitchell

We're having problems with fractions as well. A bunch of date producers will generate 6-digit fractions, which cljs-time cannot parse because of 3-digit fraction limit.

As per Wikipedia article: "There is no limit on the number of decimal places for the decimal fraction."

My guess is: fractions can be or varied length (unlike milliseconds).

countgizmo avatar May 02 '19 15:05 countgizmo