happy path tested! current times correctly reported for LA, NY, Tokyo, and Jamaica!

Japan doesn't observer DST. I didn't know that.
This commit is contained in:
aj
2010-11-04 04:20:38 -07:00
parent d48d32ddbb
commit 7dd76519a0
10 changed files with 236 additions and 23 deletions

View File

@@ -1,6 +1,6 @@
ERLC_WARNINGS := -W1
MNESIA_DIR := db
RUN_INIT :=
RUN_INIT := -run ezic_db init
DEBUG := +debug_info -Ddebug
TEST :=
TZSET := northamerica
@@ -32,7 +32,7 @@ build : DEBUG =
build : all
devstart : RUN_INIT = -s ezic dev_start
devstart : RUN_INIT := $(RUN_INIT) -s ezic dev_start
devstart : all run