diff options
| author | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2001-06-07 13:53:23 +0000 |
|---|---|---|
| committer | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2001-06-07 13:53:23 +0000 |
| commit | db563f3175083780fd6036ba923054faf130629a (patch) | |
| tree | 2f1a1801cbb6414b53d0de6e676c6c7cd924bb72 /libexec/getty/main.c | |
| parent | 334b4431faa2afff081de94ecef1ae341a6f9585 (diff) | |
Notes
Diffstat (limited to 'libexec/getty/main.c')
| -rw-r--r-- | libexec/getty/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/getty/main.c b/libexec/getty/main.c index d81256119ab74..0687f0990368e 100644 --- a/libexec/getty/main.c +++ b/libexec/getty/main.c @@ -770,7 +770,7 @@ putf(cp) (void)time(&t); if (Lo) (void)setlocale(LC_TIME, Lo); - (void)strftime(db, sizeof(db), "%+", localtime(&t)); + (void)strftime(db, sizeof(db), DF, localtime(&t)); puts(db); break; |
