lparra (Luis Parravicini)
- Login: lparra
- Email: lparravi@gmail.com
- Registered on: 04/09/2009
- Last sign in: 01/22/2017
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
04/13/2012
-
01:10 AM Ruby Bug #6282: strptime and fractions of seconds
- Great!. Thanks.
04/12/2012
-
08:48 PM Ruby Bug #6282: strptime and fractions of seconds
- I know, but where on the docs say so?
-
05:57 AM Ruby Bug #6282 (Rejected): strptime and fractions of seconds
- =begin
DateTime::strptime refers us to #strftime to check the format to use.
DateTime#strftime says fractions of seconds can be specified with %N, %3N, %6N, %9N and %12N but strptime only recognizes %N.
> d = DateTime.strptime("...
04/09/2012
-
07:07 AM Ruby Bug #6273 (Closed): confusing rdoc on Zlib
- =begin
The rdoc at ext/zlib/zlib.c gives some examples of code to deflate/inflate a string. If you try to use them to actually deflate/inflate it gives an error inflating.
The deflate snippet is:
def deflate(string, level)
...