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

Avoid using shared calendar #9

Open
hotchemi opened this issue Mar 24, 2016 · 5 comments
Open

Avoid using shared calendar #9

hotchemi opened this issue Mar 24, 2016 · 5 comments

Comments

@hotchemi
Copy link
Owner

No description provided.

@MrTact
Copy link

MrTact commented May 11, 2017

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.

@hotchemi
Copy link
Owner Author

@MrTact Thx for your interest. Yeah actually I've been thinking the same thing. Are you interested in working on it?

@MrTact
Copy link

MrTact commented May 11, 2017

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.

@hotchemi
Copy link
Owner Author

then realized that someone surely must have done it already.

Oh do you mean it's already fixed?

@MrTact
Copy link

MrTact commented May 13, 2017

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.

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

2 participants