Stub for PHP TZ characters

This commit is contained in:
Jesse Gumm 2013-03-25 15:21:05 -05:00
parent 642ef7a04c
commit a5cd0814f1

View file

@ -186,6 +186,15 @@ floor(N) when N < 0 ->
true -> Int-1
end.
tz_formatting(Date,Format,TZ) ->
%% e, I, O, P, and T, Z
%% e = "UTC, GMT, Atlantic,/Azores"
%% I = Daylight Saving on = 1, off = 0
%% O = GMT diff in hours: +0200
%% P = GMT diff in hours with color: +02:00
%% T = TZ abbreviation: EST, MDT
%% Z = TZ offset in seconds: -43200 - 50400
not_implemented.
%% TESTS
-include_lib("eunit/include/eunit.hrl").