Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dropped support for more second fraction decimals? #129

Open
perkola opened this issue Apr 4, 2018 · 2 comments
Open

Dropped support for more second fraction decimals? #129

perkola opened this issue Apr 4, 2018 · 2 comments

Comments

@perkola
Copy link

perkola commented Apr 4, 2018

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)

@stumitchell
Copy link

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

@countgizmo
Copy link

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants