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:
4
Makefile
4
Makefile
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user