org.jrobin.core.timespec

Class Epoch

public class Epoch extends JFrame

Small swing-based utility to convert timestamps (seconds since epoch) to readable dates and vice versa. Supports at-style time specification (like "now-2d", "noon yesterday") and other human-readable data formats:

The current timestamp is displayed in the title bar :)

Method Summary
static voidmain(String[] args)
Main method which runs this utility.

Method Detail

main

public static void main(String[] args)
Main method which runs this utility.

Parameters: args Not used.