Skip to content

marktriggs/timezones

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a quick hack to display time lines of different timezones for easy comparison. Handy if you're working with people from multiple different timezones and want to see how your hours line up. Makes use of Java's timezone data to hopefully handle daylight savings correctly.

screenshot

Behind the scenes this is implemented using Compojure, Enlive (for templating), Clojure's built-in XML functionality, JQuery and Batik (for generating JPEG versions of the time lines).

To build it it's the usual:

  1. Get Leiningen from http://github.com/technomancy/leiningen and put the 'lein' script somewhere in your $PATH.

  2. From the checkout directory directory, run `lein uberjar'. Lein will grab all required dependencies and produce a standalone uberjar.

I run my instance with:

 #!/bin/bash

 cd /path/to/checkout
 java -jar path-to-uberjar 8081

All pretty messy, but that's what quick hacks are for!

About

Visualise timezones

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published