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 by , 16 years ago
comment:2 by , 16 years ago
| Component: | core libraries → core-pending |
|---|
This has been implemented in commit 03ef45962b10183aa7e6c925e93f26b75cfd7e98
comment:4 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Makes sense. Saves typing and actually looks quite natural.