TimeZoneConverter is a utility to convert date and times between different time zones. It is also an example Java application developed using the Presenter First UI development approach.
Features:
- Convert dates and times between different time zones (duh)
- Honors daylight saving times
- Supports three-letter time zone abbreviations (US-only)
- Supports Olson (zoneinfo) time zone names (such as America/New_York)
- Customizable Date/Time format
- Optionally force itself to be the topmost window (always on top)
- Supports translucency (Java 1.6 update 10 or higher only)