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

Wishlist: Replace erlang_localtime #7

Open
davidw opened this issue Feb 27, 2014 · 3 comments
Open

Wishlist: Replace erlang_localtime #7

davidw opened this issue Feb 27, 2014 · 3 comments

Comments

@davidw
Copy link

davidw commented Feb 27, 2014

erlang_localtime does not seem to read the tzdata files, which are a more authoritative source than the ad-hoc version in erlang_localtime. Also, erlang_localtime seems to have lots of GPL code in it, which might be nice to avoid for some users.

@choptastic
Copy link
Owner

Thanks David,

Indeed this is something I'd considered.

There is a project called ezic, which I believe does indeed use the tzdata
files (or some kind of version).

I've been meaning took into it, though I'm always open to PRs! :)

Jesse Gumm
Owner, Sigma Star Systems
414.940.4866 || sigma-star.com || @jessegumm
On Feb 27, 2014 11:09 AM, "David N. Welton" [email protected]
wrote:

erlang_localtime does not seem to read the tzdata files, which are a more
authoritative source than the ad-hoc version in erlang_localtime. Also,
erlang_localtime seems to have lots of GPL code in it, which might be nice
to avoid for some users.

Reply to this email directly or view it on GitHubhttps://github.com//issues/7
.

@davidw
Copy link
Author

davidw commented Feb 27, 2014

Oops, I thought I'd mentioned ezic myself - that's what I was looking at.

I'll see if we end up needing to do the time zone stuff in a heavy duty way from Erlang, in that case I might have a stab at doing this myself. Time zone stuff makes me a bit crazy though...

I also added a bug report on erlang_localtime to clarify the licensing:

dmitryme/erlang_localtime#11

@choptastic
Copy link
Owner

Haha, I agree completely.

The timezone stuff is about as rage-inducing as anything in software.

And I do agree about trying to avoid the GPL.

-Jesse

Jesse Gumm
Owner, Sigma Star Systems
414.940.4866 || sigma-star.com || @jessegumm
On Feb 27, 2014 11:18 AM, "David N. Welton" [email protected]
wrote:

Oops, I thought I'd mentioned ezic myself - that's what I was looking at.

I'll see if we end up needing to do the time zone stuff in a heavy duty
way from Erlang, in that case I might have a stab at doing this myself.
Time zone stuff makes me a bit crazy though...

I also added a bug report on erlang_localtime to clarify the licensing:

dmitryme/erlang_localtime#11dmitryme/erlang_localtime#11

Reply to this email directly or view it on GitHubhttps://github.com//issues/7#issuecomment-36266383
.

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

No branches or pull requests

2 participants