NAME

kronos - Converts epoch times to time strings.

SYNOPSIS

  kronos [options]

DESCRIPTION

kronos converts epoch times to time strings. The local time is used by default, but the -gmt option will give the conversion to GMT. The -both option will provide both conversion to GMT and local time.

If kronos is given no options, the current time is displayed in GMT. This is done because the date command is an easy way to get the local time, and this format gives an easy way to get the GMT time.

The epoch time is the number of seconds since the Epoch -- January 1, 1970, 00:00:00.

OPTIONS

kronos takes the following options:

LICENSE

Copyright 2012 Wayne Morrison

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

AUTHOR

Wayne Morrison, wayne@waynemorrison.com

SEE ALSO

date(1)