diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2004-07-17 00:26:31 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2004-07-17 00:26:31 +0000 |
| commit | 8a0f7000e6262028c0aa015d891a9da5dc2ef97f (patch) | |
| tree | 04c4e07ed499e75a96f217fb1705dfb29d726e0f /bin/date | |
| parent | 59f7a82d5265ba5708811cdd93892054f26ec4bf (diff) | |
Notes
Diffstat (limited to 'bin/date')
| -rw-r--r-- | bin/date/date.1 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/date/date.1 b/bin/date/date.1 index d8cdcef353c4..917c5cd75fa4 100644 --- a/bin/date/date.1 +++ b/bin/date/date.1 @@ -328,6 +328,14 @@ The command: sets the time to .Li "2:32 PM" , without modifying the date. +.Pp +Finally the command: +.Pp +.Dl "date -j -f ""%a %b %d %T %Z %Y"" ""`date`"" ""+%s""" +.Pp +can be used to parse the ouput from +.Nm +and express it in epoch time. .Sh ENVIRONMENT The following environment variables affect the execution of .Nm : |
