Opened 16 years ago
Closed 16 years ago
#111 closed enhancement (fixed)
Make the argument for `seconds->{string,local-time,utc-time}' optional
| Reported by: | Mario Domenech Goulart | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | core-pending | Version: | 4.2.x |
| Keywords: | Cc: | ||
| Estimated difficulty: |
Description
When the argument SECONDS is not provided, `(current-seconds)' could be used.
For example:
(seconds->string) would be the same as (seconds->string (current-seconds)).
Worth?
Change History (4)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
| Component: | core libraries → core-pending |
|---|
This has been implemented in commit 03ef45962b10183aa7e6c925e93f26b75cfd7e98
comment:3 Changed 16 years ago by
Commit 1e76c412ae73c5262a076c2188b23d09a4782c7c adds documentation.
comment:4 Changed 16 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.

Makes sense. Saves typing and actually looks quite natural.