TimeConverter is a handy tool to convert elapsed seconds since a time orgin into a human readable date and reciprocally. It is part of the Ichthyop project. http://www.ichthyop.org
Copyright (c) Philippe VERLEY 2011
Release: 1.0 (2011/03/11)
Feedback & Bug reports: contact@ichthyop.org
=========== Requirement
Get latest Java installed, at least JRE 1.6.
For most users, Java is already installed and up-to-date. Skip this step and go to the start-up instructions.
Latest version of JRE (at least 1.6) can be download at http://www.java.com/en/download/manual.jsp
======= Startup
Double click on TimeConverter.jar
Or from a command line, go to the TimeConverter/ folder and type the following:
java -jar TimeConverter.jar
=================== License information
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
For details about the GNU General Public License, please see http://www.gnu.org/licenses/
================================ Description of files and folders
% Files TimeConverter.jar --> TimeConverter executable file readme.txt --> this document
% Directories lib --> Necessary libraries to run the program
================== end of readme file