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:
@@ -24,8 +24,10 @@
|
||||
|
||||
-ifdef(debug).
|
||||
-define(debug(F,X), io:format("{~p:~p} - " ++ F ++ "~n", [?MODULE, ?LINE] ++ X)).
|
||||
-define(debug(F), io:format("{~p:~p} - ~p~n", [?MODULE, ?LINE, F])).
|
||||
-else.
|
||||
-define(debug(F,X), void).
|
||||
-define(debug(F), void).
|
||||
-endif.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user