-
Notifications
You must be signed in to change notification settings - Fork 18
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
Avoid using shared calendar #9
Comments
Yeah, this is interesting -- I almost think you need to do a separate library to make this (and timezones) work, because everything will have to use java.time classes like LocalDate instead of the older java.util classes. Important, though, because of lack of thread safety. |
@MrTact Thx for your interest. Yeah actually I've been thinking the same thing. Are you interested in working on it? |
I am! I actually thought about doing something like this, and then realized that someone surely must have done it already. Then I pulled khronos, thinking "I'll just see if I can add a couple of timezone-related extensions (e.g. "2017-05-10".utc), and then realized that was going to take a lot more work than I anticipated. |
Oh do you mean it's already fixed? |
No, I meant I was thinking about creating a library that used some of Kotlin's cooler features to create a DSL-like wrapper around Java date & time modules. Then I thought someone must have done this already, and someone did -- you :-) As far as I have been able to find, no one has done a comparable library wrapping LocalDateTime. |
No description provided.
The text was updated successfully, but these errors were encountered: