1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-04 10:41:11 +02:00

18169: change parameter SECS in datetime to EPOCHSECONDS

This commit is contained in:
Peter Stephenson 2003-10-08 13:37:10 +00:00
parent ed6a7ba60e
commit 6e46881fe9
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2003-10-08 Peter Stephenson <pws@csr.com>
* 19169: Src/Modules/datetime.c: change SECS parameter to
EPOCHSECONDS.
2003-10-06 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
* 19168: Src/prompt.c, Src/utils.c, Src/Modules/datetime.c:

View file

@ -75,7 +75,7 @@ static struct builtin bintab[] = {
};
static struct paramdef patab[] = {
PARAMDEF("SECS", PM_INTEGER|PM_SPECIAL|PM_READONLY,
PARAMDEF("EPOCHSECONDS", PM_INTEGER|PM_SPECIAL|PM_READONLY,
NULL, NULL, &getcurrentsecs, NULL),
};