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

dates #76

Open
genmeblog opened this issue Jul 11, 2020 · 0 comments
Open

dates #76

genmeblog opened this issue Jul 11, 2020 · 0 comments

Comments

@genmeblog
Copy link
Member

tsibble introduces some date types which are represented as days from epoch, these are: yearquarter, yearmonth, yearweek. Also, Date class is represented the same way. These should be converted to LocalDate using ofEpochDay function.

(java.time.LocalDate/ofEpochDay 10227)
;; => #object[java.time.LocalDate 0x265a90d0 "1998-01-01"]
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

1 participant