[erlang-patches] week number support

Niclas Axelsson burbas@REDACTED
Mon Dec 6 10:40:19 CET 2010


On 11/30/2010 09:19 PM, Imre Horvath wrote:
> Dear Erlang/OTP Team!
>
> I have started a project on GitHub because I needed the ISO Week Number for a given date and I wanted it in Erlang. Since the calendar module in the stdlib-1.17.1 application of Erlang/OTP R14B did not provide this functionality, I decided to write it myself. It's based on the calendar module and was tested successfully with eunit.
>
> Though currently it's not in a fork of erlang/otp but in a separate repository https://github.com/imrehorvath/iso_8601_erl you might want to consider including it into OTP if you think it would be useful!
>
> Best regards,
> Imre
>    
Hi Imre,

Thanks for your contribution, but we can not include it into 'pu' as it 
is now.
You need to follow the instructions 
(https://github.com/erlang/otp/wiki/submitting-patches), and
since this is a new feature you also need to provide some test cases.

Best regards,
Niclas Axelsson, Erlang/OTP


More information about the erlang-patches mailing list